Osmp MCP Server

Agentic AI mesh without the cloud. OSMP (Octid Semantic Mesh Protocol) is an open encoding standard for agentic AI instruction and computation exchange. It works across any channel - from a 51-byte LoRa radio packet to a high-throughput cloud inference pipeline - using the same grammar, the same dictionary, and the same decode logic. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-05-10 · ★ 5 · #489 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Osmp

Claude Code

claude mcp add octid-io-cloudless-sky -- uvx osmp-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "octid-io-cloudless-sky": {
      "command": "uvx",
      "args": [
        "osmp-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package osmp-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Octid-io is GitHub-verified and matches the repo owner

03 · What Osmp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.0.0 · 2026-05-07

OSMP v3.0.0 - Multi-Language Protocol Release with Compute-by-Wire · No breaking changes for existing v2.x users. v3.0.0 marks the platform expansion: first release across four conformant SDKs with the math layer fully…

v2.3.3 · 2026-04-24

[v2.3.3] - 2026-04-24 · Patch release. Bridge-fix: ASCII arrow -> is now a first-class SAL frame-boundary operator equivalent to Unicode →. · Package versions shipped with this release: · osmp (Python / PyPI): 2.3.2 →…

v2.1.0 · 2026-04-21

OSMP encodes instructions. EML encodes mathematics. Both ship in the same package. · This release adds the EML evaluator - a companion math-on-the-wire layer - across Python, Go, and TypeScript, plus two new MCP tools.…

04 · Who maintains Osmp

osmp is maintained by octid-io. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #489 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.Octid-io/osmp (active, first published 2026-03-20 · 20 versions)
packages
pypi:osmp-mcp · pypi:osmp-mcp

06 · Osmp FAQ

What is Osmp?

Agentic AI mesh without the cloud. OSMP (Octid Semantic Mesh Protocol) is an open encoding standard for agentic AI instruction and computation exchange. It works across any channel - from a 51-byte LoRa radio packet to a high-throughput cloud inference pipeline - using the same grammar, the same dictionary, and the same decode logic. It runs locally over stdio via the published package.

Is Osmp still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-10. We re-verify nightly.

How do I install Osmp?

Run `uvx osmp-mcp`. You can also paste the ready-made client config above.

Does Osmp run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Osmp