Skip to main content
Glama
Neo0ai

Neo0 MCP Server

Official
by Neo0ai

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

neo0_info

Engine overview and load status

derive_address

Immutable coordinate address + prefix region for a concept

search

k nearest concepts, each with its address

semantic_region

Members of a prefix region

verify_address

Tamper check by re-deriving from the minting-time basis

prefix_proximity

Prefix-match length + cosine similarity between two concepts

persona

Region characteristic concepts + coherence-based control parameters

compose_persona

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.py

The 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_API_URL

Neo0 engine API base URL

NEO0_API_KEY

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

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