Neo0 Server
БесплатноНе проверенA coordinate-based semantic addressing system for AI agents, providing tools to derive immutable addresses, search concepts, and manage personae via the Model C
Описание
A coordinate-based semantic addressing system for AI agents, providing tools to derive immutable addresses, search concepts, and manage personae via the Model Context Protocol.
README
🚀 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.
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
Установка Neo0 Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Neo0ai/neo0-mcpFAQ
Neo0 Server MCP бесплатный?
Да, Neo0 Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Neo0 Server?
Нет, Neo0 Server работает без API-ключей и переменных окружения.
Neo0 Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Neo0 Server в Claude Desktop, Claude Code или Cursor?
Открой Neo0 Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Neo0 Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
