{ "$schema": "https://app.kilo.ai/config.json", "mcpServers": { "memory": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-memory"] }, "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "${workspaceFolder}" ] }, "gitea": { "command": "npx", "args": ["-y", "gitea-mcp"], "env": { "GITEA_HOST": "https://192.168.3.80", "GITEA_ACCESS_TOKEN": "d9eb80ffe28f6e4e3ad5d5a032ca9c5f93ea5414" } }, "sequential-thinking": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"] }, "fetch": { "command": "npx", "args": ["-y", "fetch-mcp"] }, "git": { "command": "npx", "args": ["-y", "git-mcp"], "env": { "GIT_DEFAULT_PATH": "${workspaceFolder}" } } } }