Memory for your AI workflow.
AI development happens across tools and agents. You explore ideas in ChatGPT, refine them in Claude, build in Claude Code, and orchestrate with AI agents. GoodContext keeps the context between them so your work stays connected.
Notes, decisions, todos, questions, observations — tagged and organized
Semantic search, keyword search, ranked by relevance and recency
Distills hundreds of entries into key takeaways
Catches near-duplicate entries automatically before storing
One call loads key decisions, recent activity, and active threads
Your data, your account — no one else can see it
Your data is yours. We keep it that way.
claude mcp add --transport http -s user goodcontext https://goodcontext.io/mcp
Add this to your project's CLAUDE.md so Claude calls it automatically:
## Shared Context On every session start, call context_boot(project: "your-project") While working, call context_add for decisions and observations.
https://goodcontext.io/mcpAdd to your MCP config (claude_desktop_config.json):
{
"mcpServers": {
"goodcontext": {
"type": "url",
"url": "https://goodcontext.io/mcp"
}
}
}