
Osmp (octid Semantic Mesh Protocol)
@Octid-io
关于 Osmp (octid Semantic Mesh Protocol)
Agentic AI instruction encoding. 86.8% smaller than JSON. Inference-free decode by table lookup. 342 opcodes, 26 namespaces, three conformant SDKs. Confirmed over LoRa mesh radio. Apache 2.0 with express patent grant.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"osmp": {
"command": "osmp-mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Osmp?
Osmp is an MCP server providing tools for the Octid Semantic Mesh Protocol (OSMP), an open encoding standard for agentic AI instruction exchange that works across any channel — from LoRa radio packets to cloud pipelines — using the same grammar, dictionary, and decode logic. It is designed for developers building multi-agent systems that need efficient, inference-free instruction encoding with no cloud dependency.
How to use Osmp?
Install the server with pip install osmp-mcp and run osmp-mcp. Connect from any MCP-compatible client such as Claude Code (claude mcp add osmp -- osmp-mcp), Claude Desktop, or Cursor. The server exposes 9 tools: encode, decode, compound_decode, lookup, validate, discover, resolve, batch_resolve, and benchmark.
Key features of Osmp
- 86.8% byte reduction vs JSON across 29 real-world vectors
- Inference-free decode via table lookup (ASD dictionary)
- Three domain corpora shipped: ICD‑10‑CM, ISO 20022, MITRE ATT&CK
- No cloud required; all SDKs resolve domain codes offline
- Works over any transport (LoRa, HTTP, mesh, etc.)
- BAEL floor guarantee: never makes instructions longer than natural language
Use cases of Osmp
- Agent communication over bandwidth‑constrained channels like LoRa radio
- Multi‑agent mesh networks operating without cloud or internet
- Encoding instructions for edge devices with limited memory and compute
- Replacing JSON serialization in any multi‑agent framework (MCP, A2A, etc.)
FAQ from Osmp
How does Osmp differ from other agent protocols like MCP, A2A, or ACP?
OSMP is an encoding‑layer protocol, not a framework. It operates beneath any framework protocol and works over any channel. It offers 86.8% compression vs JSON and inference‑free decode, features no other protocol provides.
What dependencies does Osmp require?
The Python SDK has no dependencies beyond the Python standard library. The MCP server also requires only Python. TypeScript and Go SDKs have minimal dependencies (TypeScript uses fzstd; Go uses klauspost/compress/zstd).
What domain codes are included with Osmp?
Three domain corpora are shipped: ICD‑10‑CM (74,719 clinical codes), ISO 20022 (47,835 financial definitions), and MITRE ATT&CK Enterprise v18.1 (1,661 entries). All are resolvable by all three SDKs without network access.
Can Osmp work completely offline?
Yes. No cloud access is required. The ASD dictionary and all shipped domain corpora are compiled into each SDK, enabling full offline operation. The protocol explicitly prohibits inference at the decode layer.
What is the compression performance of Osmp?
Measured benchmarks show 86.8% byte reduction vs JSON, 70.5% vs protobuf, and 76% fewer GPT‑4 tokens (cl100k_base). The BAEL floor ensures encoding never exceeds natural language length.
记忆与知识 分类下的更多 MCP 服务器
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
评论