rafter-mcp
Rafter — shared memory, skills and agents for your team
Rafter is a hosted MCP server that gives your whole team one shared brain across the AI tools you already use. Capture how your team actually solves tasks — as memories, skills and agents — and every teammate's Claude, Cursor or ChatGPT session starts with that context instead of a blank slate.
https://app.heyrafter.xyz/api/mcpRemote server, Streamable HTTP transport, OAuth 2.1 sign-in (browser flow, dynamic client registration — no API keys to paste).
Connect
Claude Code
claude mcp add --transport http rafter https://app.heyrafter.xyz/api/mcpClaude Desktop / claude.ai — Settings → Connectors → Add custom connector → paste https://app.heyrafter.xyz/api/mcp.
Cursor — add to ~/.cursor/mcp.json:
{
"mcpServers": {
"rafter": { "url": "https://app.heyrafter.xyz/api/mcp" }
}
}ChatGPT — Settings → Connectors → enable Developer mode → Create a connector with the same URL.
Anything else that speaks MCP — point it at the URL above; the server handles the OAuth dance.
First connection opens a browser sign-in (Google, GitHub or email) and a consent screen scoped to one of your workspaces.
Related MCP server: auxly-memory-cli
Tools
Tool | What it does |
| Full-text + entity search across your workspace's memories, skills and agents |
| Fetch one artifact with its graph edges ( |
| Write a durable team learning back from any session |
| Create or update a skill / agent / memory (versioned) |
| Read, browse and remove artifacts |
| Set up shared spaces |
| Bring the team in, manage roles |
| Current user + workspace context |
Artifacts are versioned, and [[wiki links]] between them resolve into a real graph — so fetch returns not just the document but what it cites and what cites it.
What teams use it for
Stop repeating yourself: decisions, conventions and gotchas written once, recalled in every teammate's session.
Turn one person's workflow into everyone's skill: capture the steps that worked, run them from any MCP client.
Onboarding: new teammate connects, asks "how do we do X here", gets the team's actual answer.
Install the Rafter skill
Two ready-to-use files make your AI actually use the shared brain instead of guessing:
skill/SKILL.md— a Claude Code skill: drop it into.claude/skills/rafter/SKILL.mdin your project (or~/.claude/skills/rafter/) and your agent searches Rafter before answering "how do we do this" questions, and writes learnings back.examples/startup-prompt.md— a startup prompt to paste into any tool's project/system instructions for the same behavior without skill support.
Links
Site: heyrafter.xyz
Pricing: heyrafter.xyz/pricing
Privacy: heyrafter.xyz/privacy
The hosted server itself is closed-source; this repository is its public home — docs, connect snippets, and the place to open an issue.
This server cannot be deployed
Maintenance
Related MCP Connectors
shared AI-context layer for teams — persistent memory your agents search and update over MCP
One memory, every AI. A shared, user-owned markdown memory your AI clients read and write over MCP.
- JustOnceOAuthai.justonce
Persistent memory for AI assistants — one shared, OAuth-secured vault for every MCP client.
Persistent, portable memory for AI assistants — your private memory graph, from any MCP client.
Related MCP Servers
- AlicenseAqualityDmaintenancePersistent memory API for AI agents — store, recall, and inject semantically-searchable context across sessions. EU-hosted, GDPR-compliant. Supports Claude, Cursor, Cline, and any MCP-compatible client.42MIT
- AlicenseNot gradedqualityAmaintenanceLocal-first, file-based memory layer for AI agents — one shared Markdown vault across Claude, Codex, Gemini, Cursor and any MCP client. Provides read/write memory tools with an audit trail, per-agent trust levels, and Git sync; no cloud and no lock-in.2MIT
- AlicenseAqualityAmaintenanceShared, code-grounded memory for developers and their coding agents. Capture a learning once and the whole team plus every agent recalls it; memory is grounded in your code and stored as git-tracked JSON reviewed in PRs, with citations validated on write and stale memory withheld from recall. Works with any MCP client.1133GPL 3.0
- AlicenseAqualityAmaintenanceLocal-first, source-traceable memory for AI agents — no LLM at ingest, $0 per message, zero data egress. Gives Claude Code, Cursor, and any MCP client one shared persistent memory with semantic recall, belief revision, selective forgetting, and a provenance guard that blocks acting on stale or unconfirmed memories.2314MIT