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

Installation

npx -y devrecall

Configuration

{
  "mcpServers": {
    "devrecall": {
      "command": "npx",
      "args": ["-y", "devrecall"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub