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: CodeAlive MCP
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 licensed under Apache-2.0 (see LICENSE).
The Neo0 coordinate engine is patent-pending and provided as a hosted API under separate terms. Use of the API includes a license to the relevant patents; independently reimplementing the engine is not covered by this repository's license.
Built by Neo0 โ 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.
Latest Blog Posts
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