Back to MCP Servers
Devrecall
Local-first developer activity aggregator. Indexes commits, PRs, Jira/Linear tickets, Confluence docs, Slack threads, and Calendar events into SQLite + FTS5 + on-device ONNX embeddings; exposes 15 tools, 3 resources, and 3 prompts so Claude Code, Cursor, and Codex can search and…
knowledge-memorysqlitelinearjiraslackembedding
By pavelpilyak
Installation
npx -y devrecallConfiguration
{
"mcpServers": {
"devrecall": {
"command": "npx",
"args": ["-y", "devrecall"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes