Shared semantic graph for AI reviews, classification and structured memory across AI assistants.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
TestGraph is an experimental shared knowledge and experience graph for AI assistants. It lets independent AI clients contribute to the same graph while preserving the original human evidence, model attribution, disagreement, confidence and the path by which a conclusion was reached.
Status: working pre-release research system. TestGraph has been exercised through MCP with multiple AI clients, including cross-model classification, retrieval, assessment and deliberation. It is not yet presented as a stable production service or API.
The central question is not simply whether an AI can remember something. It is:
Can multiple independent AIs accumulate reusable knowledge, disagree without destroying each other's conclusions, and eventually reach justified convergence with an audit trail of why?
A human observation can be interpreted independently by different AI systems:
TestGraph does not require those models to use identical words before their work can be useful. A naming disagreement can remain a naming disagreement. A substantive semantic disagreement can remain unresolved and attributable until evidence or an explicit resolution justifies convergence.
The server stores and verifies the process; the calling AI supplies the open-ended semantic reasoning.
These are architecture and test goals, not merely prompting instructions.
| Area / system | Primary concern | TestGraph's experimental focus |
|---|---|---|
| Agent memory systems such as Mem0 | Remembering useful information for an agent/user | Shared epistemic state contributed to by independent AI clients |
| Stateful agent systems such as Letta | Persistent agent context and memory | External evidence, attribution, disagreement and cross-model reuse |
| Temporal knowledge graphs such as Graphiti | Evolving structured knowledge for agents | Independent contributors plus explicit disagreement, deliberation and convergence |
| Model Context Protocol (MCP) | Interoperability between AI clients and tools/data | A stateful knowledge layer reached through MCP; TestGraph is not a replacement for MCP |
| Multi-agent frameworks | Coordinating agents to complete tasks | Durable knowledge that survives individual conversations/agents and records how conclusions were reached |
This comparison is about architectural emphasis, not a claim that TestGraph replaces or outperforms those projects.
TestGraph supports two ways to have an identity.
Open:
Sign in with Google. TestGraph creates or recovers the same internal TestGraph user_id each time you return with that Google identity.
From that account you can create as many tg_... capability keys as you need for ChatGPT, Claude, another MCP client or disposable testing.
Capability keys are stored hashed, not in recoverable plaintext. A newly generated tg_ key is shown once. If you want to reuse it later, store it yourself. If you lose it, sign back in with Google and create another key; the underlying TestGraph identity and data remain unchanged.
Google is therefore an optional persistent identity/recovery mechanism, not a requirement for using TestGraph.
Open:
This creates a new standalone TestGraph identity and a private tg_... capability URL exactly as before. Keep it safe: without an external identity attached, possession of that capability is what gives access to that TestGraph identity.
The current remote MCP endpoint is:
Use the website versions of ChatGPT or Claude when setting up the connector.
The normal OAuth connection flow is now:
The AI client receives OAuth access/refresh tokens. It does not receive your Google credentials or your private TestGraph capability key.
https://testgraph.21dle.co.uk/mcp-v2 as the MCP endpoint.https://testgraph.21dle.co.uk/mcp-v2.tg_ capability, then confirm Connect this AI.Convergence alone is weak evidence. TestGraph is interested in justified convergence: retaining enough information to answer which human evidence started a conclusion, which model proposed it, whether another model independently agreed, whether disagreement was naming or semantic, what supported a vote or counterproposal, and how a resolution was reached.
Current workflows include:
This is ongoing experimental work. The repository deliberately does not claim that cross-model semantic convergence has been solved.
Classification is metadata rather than a storage address. A review of a ferry can remain a ferry review while the graph records:
Another AI may propose a more specific or differently named relationship. TestGraph can retain both contributions and their provenance while the disagreement is examined.
Cross-client testing exposed a practical problem: an AI client can retain an older MCP tool definition after the server has changed. TestGraph exposes server/deployment information and requires a live deployment token immediately before protected write operations. A stale or mismatched connection is rejected before data is changed.
The user-facing error tells the client to refresh or reconnect TestGraph, without assuming the user named the connector βV2β.
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/testgraph)<a href="https://allmcps.com/mcp/testgraph"><img src="https://allmcps.com/api/badge/testgraph?style=directory" alt="TestGraph on AllMCPs" /></a>