Add Stitch AI Official MCP Server #1528
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add Stitch AI MCP Server. Stitch AI: Decentralized Knowledge Hub for AI.
The Stitch AI MCP server provides tools for creating, retrieving, and managing AI agent memories.
Server Details
Motivation and Context
Stitch AI MCP Server introduces a unified memory management layer for AI agents, enabling seamless sharing of contextual memories and state between multiple agents or LLM instances. By providing built‑in version control and synchronization, it prevents data fragmentation and drift, ensures that all participants operate from a consistent knowledge base, and makes it easy to roll back or audit changes to an agent’s memory over time.
How Has This Been Tested?
claude_desktop_config{ "mcpServers": { "stitchai": { "command": "npx", "args": [ "ts-node", "<YOUR_REPO_PATH>/src/server.ts" ], "env": { "API_KEY": "<STITCH_AI_API_KEY>", "BASE_URL": "https://api-devnet.stitch-ai.co" } } } }Breaking Changes
None
Types of changes
Checklist
Additional context
Stitch AI enables AI agents and LLMs to seamlessly manage, share, and version their contextual memories by bridging the Model Context Protocol (MCP) with Stitch AI’s decentralized knowledge hub. It provides a simple, unified API and conversational interface for creating, retrieving, and synchronizing memory entries across multiple agents or LLMs.