@lankithagallage/ai-context-mcp
v0.1.3
Published
MCP server exposing ai-context recall, save, and list tools to any MCP-aware AI.
Readme
@lankithagallage/ai-context-mcp
MCP server for ai-context — exposes context recall and capture tools to any MCP-aware AI (Claude Code, Cursor, Windsurf, Cline, Continue).
Setup
Run init in your project first — it registers this server in .mcp.json
automatically:
npx @lankithagallage/ai-context-cli initOr add it manually to .mcp.json:
{
"mcpServers": {
"ai-context": {
"command": "npx",
"args": ["-y", "@lankithagallage/ai-context-mcp"]
}
}
}Tools
| Tool | Description |
|------|-------------|
| recall_context | Semantic search over captured sessions, facts, and decisions |
| save_session | Distil and persist a raw transcript |
| list_decisions | List ADR-style decisions stored in the repo |
Requirements
- Node.js 20+
- Ollama running locally (
ollama pull llama3.1:8b)
