MCP servers
Connect external tools and services to Cora using the Model Context Protocol.
Last updated
~/.config/Code/User/globalStorage/codemateai.codemate-agent/settings/mcp_settings.jsonyour-project/.cora/mcp_settings.json{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"<BASE_PATH>"
]
},
"git": {
"command": "uvx",
"args": ["mcp-server-git"]
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
],
"env": {
"MEMORY_FILE_PATH": "<BASE_PATH>/memory.jsonl"
}
},
"slack": {
"command": "npx",
"args": ["-y", "@jtalk22/slack-mcp"]
}
}
}Check GitHub for open issues tagged "auth" and summarize
what's blocking the multi-tenant login bug.Query the production database for the 10 organizations
with the highest event volume in the last 7 days.Post a summary of today's merged PRs to the #deployments
Slack channel.Create a GitHub issue for the rate limiting edge case we
just found and assign it to the auth milestone.# Edit the global MCP config
code ~/.config/Code/User/globalStorage/codemateai.codemate-agent/settings/mcp_settings.json
# Edit a project MCP config
code .cora/mcp_settings.json