Loading MCP server directory, please wait...
Govern model, retrieval, memory, and tool access for AI applications and agents.
npx @getmcp/cli add io.github.MatthewTracy/yagamiRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.MatthewTracy/yagami": {
"command": "uvx",
"args": [
"yagami",
"serve",
"127.0.0.1",
"8000"
],
"env": {
"YAGAMI_HEADLESS": "true",
"YAGAMI_MCP_SERVER_ENABLED": "true",
"YAGAMI_REQUIRE_AUTH": "false"
}
}
}
}