AI platforms
Cline
Wire the prom.codes context and memory MCP servers into Cline via its MCP settings.
In Cline, open the MCP Servers icon in the toolbar → Configure → Configure MCP Servers to edit the JSON directly. Add the Context Engine and Agent Memory under mcpServers — the same shape as the canonical .mcp.json:
{
"mcpServers": {
"context": {
"command": "npx",
"args": ["-y", "@prom.codes/context-mcp@latest"],
"env": { "PROMETHEUS_API_KEY": "prom_live_…" }
},
"memory": {
"command": "npx",
"args": ["-y", "@prom.codes/memory-mcp@latest"],
"env": { "PROMETHEUS_API_KEY": "prom_live_…" }
}
}
}The workspace root and DB paths are auto-detected; don't set them. Cline shows a status dot per server in the MCP Servers panel — reload it after saving.
Need an API key? Create one at app.prom.codes/app/api-keys — walkthrough in the Quickstart.
Related
- The three servers — env reference and the keyless saver.
- Token Saver — keyless; add it the same way (no
env). - Claude Code — install variants and scopes.