Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From ai-memory
Local stdio MCP server 'copilot-omni' running Python 3 subprocess with server.py. Capabilities and tools unclear from key, command, or config alone.
npx claudepluginhub damusix/ai-tools --plugin ai-memoryCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ai-memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://localhost:24636/mcp"
],
"url": "http://localhost:24636/mcp"
}
}
}Server configuration and connection parameters
npxhttp://localhost:24636/mcpCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.