Neo0 MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Neo0 MCP Serverderive address for artificial intelligence"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Neo0 MCP
🚀 Try the live demo · 📄 Read the whitepaper
Coordinate-based semantic addressing for AI agents, exposed over the Model Context Protocol (MCP).
Neo0 assigns every concept an immutable coordinate address in a recursively partitioned semantic space. Concepts that are close in meaning share a coordinate prefix, so the address itself encodes meaning, location, and routing — no separate ontology graph required.
This repository is the open MCP shell. It exposes Neo0's tools to any MCP client (Claude and others) and forwards each call to the Neo0 engine API. The engine itself — coordinate derivation, the immutable registry, persona control — runs as a hosted service and is not included here.
Architecture
MCP client (Claude) ─▶ neo0-mcp (this repo, :8000) ──HTTP──▶ Neo0 engine API (hosted)The shell holds no engine logic, model weights, or data. It only formats requests and responses; all computation happens behind the engine API. Forking this repository gives you the interface, not the engine.
Related MCP server: LogicMem MCP Server
Tools
Tool | Description |
| Engine overview and load status |
| Immutable coordinate address + prefix region for a concept |
| k nearest concepts, each with its address |
| Members of a prefix region |
| Tamper check by re-deriving from the minting-time basis |
| Prefix-match length + cosine similarity between two concepts |
| Region characteristic concepts + coherence-based control parameters |
| Model × persona composition — coming soon |
Quick start
pip install -r requirements.txt
cp .env.example .env # then set NEO0_API_URL and NEO0_API_KEY
python server.pyThe server speaks streamable-HTTP MCP on port 8000 at path /mcp.
Use with Claude
In Claude: Settings → Connectors → Add custom connector, then enter your server URL ending in /mcp.
Configuration
Variable | Description |
| Neo0 engine API base URL |
| Engine API key |
License
This MCP shell is provided for evaluation only — see LICENSE. No patent license is granted by this repository; rights are reserved.
The Neo0 coordinate engine is patent-pending and provided as a hosted API under separate terms. Use of the API may include a limited patent license; independently reimplementing the engine is not covered.
© 2026 Seungchul Lee — https://neo0.ai
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityAmaintenanceA Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.Last updated85MIT- Alicense-qualityBmaintenanceProvides persistent memory, reasoning engine, agent-to-agent sharing, and immutable audit trail for AI agents via the Model Context Protocol.Last updatedMIT

LogicMem MCP Serverofficial
AlicenseBqualityBmaintenanceProvides persistent memory, reasoning, agent-to-agent sharing, and immutable audit trail for AI agents via the Model Context Protocol.Last updated121MIT- AlicenseAqualityBmaintenanceEnables AI agents to store and recall memories in a spherical coordinate space with gravitational associations, supporting spatial storage, semantic linking, and human-like forgetting.Last updated8MIT
Related MCP Connectors
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Neo0ai/neo0-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server