Knowledge-graph memory server for AI tools via MCP
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Shelbymcp.
capture_thoughtStore a thought with summary, metadata, topics, and relationships. Accepts an array for bulk capture.
search_thoughtsFull-text search with knowledge graph expansion. Auto-detects FTS5 vs. vector mode. Returns summaries, not full content.
list_thoughtsBrowse/filter by type, topic, person, project, date range
get_thoughtRetrieve a specific thought by ID (full content)
update_thoughtUpdate content or metadata. Accepts `ids` array for bulk updates.
delete_thoughtRemove a thought
Local knowledge-graph memory for AI tools, implemented as one Rust binary.
ShelbyMCP gives MCP-compatible agents durable memory across sessions. Thoughts live in a local SQLite database with FTS5 search, optional vectors, typed graph edges, project scope, trust fencing, and curated context briefs. The server performs no inference and makes no model API calls.
Run the platform-native binary through npm:
The default stdio server stores data at ~/.shelbymcp/memory.db. Existing databases created by ShelbyMCP schema v18 open unchanged.
Package-first integrations are included in the protected v0.4.0 release:
| Client | Release package |
|---|---|
| ChatGPT / Codex | shelbymcp-codex-0.4.0.zip |
| Claude Code | shelbymcp-claude-code-0.4.0.zip |
| Cursor and Agent Plugins clients | shelbymcp-agent-plugin-0.4.0.zip |
| Gemini CLI | shelbymcp-gemini-0.4.0.zip |
| Antigravity | shelbymcp-antigravity-0.4.0.zip |
| Claude Desktop | shelbymcp-claude-desktop-<platform>-0.4.0.mcpb |
| Devin | shelbymcp-devin-0.4.0.zip |
Use shelby-mcp setup <client> only when the client package or marketplace entry is not available yet. The fallback supports claude-code, claude-desktop, cursor, codex, gemini, and antigravity; devin directs you to its organization-managed marketplace, while windsurf keeps the legacy local config flow. It safely merges the MCP entry and never appends instructions to a global rules file. See Agent Setup.
The server exposes 12 MCP tools:
manage_edges, explore_graph, and expand_neighbors.get_brief and select_context.thought_stats.Search returns summaries and IDs so clients can fetch full content only when needed. Project-aware operations resolve scope from MCP roots and fail closed when the project cannot be identified. Untrusted or external memories are returned inside explicit data-only fences.
The optional Forage and Onboard skills are packaged with supported clients. They run in the user's agent session; ShelbyMCP does not receive or store model credentials. Standalone prompt bodies remain available:
Start Streamable HTTP on port 3100:
Endpoints include /mcp, /health, and MCP discovery documents. Setting SHELBY_API_KEY enables bearer authentication and an OAuth authorization-code flow with protected-resource discovery, S256 PKCE, dynamic client registration, and resource-bound access and refresh tokens. Tokens do not expire or rotate; rotate SHELBY_API_KEY to revoke them. Without it, HTTP runs unauthenticated and the OAuth endpoints return 503; do not bind an unauthenticated server to an untrusted network.
Rust owns the product. Node is used only for the small npm launcher, packaging scripts, and their tests. See Development and Architecture.
Memory-engine pull requests also run a deterministic contract and public retrieval gate. See Memory evaluation.
The workspace is intentionally layered for the cross-platform Shelby App:
shelby-memory is the SQLite memory engine and all memory-domain behavior.shelby-integrations is the current client catalog plus safe setup/status/uninstall helpers.shelby-mcp exposes the MCP service and reusable Axum router as a library as well as a binary.The app can embed these crates in-process, share one database contract across macOS and iOS, and host the same HTTP router without spawning Node.
MIT. See LICENSE.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/shelbymcp)<a href="https://allmcps.com/mcp/shelbymcp"><img src="https://allmcps.com/api/badge/shelbymcp?style=directory" alt="Shelbymcp on AllMCPs" /></a>