
ID Protocol
Register the ID Protocol MCP server so your coding agent can read and apply a portable human–AI context format across sessions and projects.
Overview
ID Protocol is a MCP server for the Build phase that provides portable human–AI context protocol reference tooling over stdio for local agents.
What is this MCP server?
- Stdio MCP server (pypi package id-protocol) at version 0.2.8
- Portable human–AI context protocol reference implementation from markoblogo/ID on GitHub
- Designed as registry-friendly MCP metadata with explicit schema version alignment
- Fits solo builders standardizing how project and user context travels between tools
- PyPI distribution for local agent registration without a hosted SaaS dependency
- Server version 0.2.8
- Transport: stdio
- Package registry: PyPI identifier id-protocol
What problem does it solve?
Agents lose consistent user and project context when you switch hosts, sessions, or tools because nothing standardizes how human–AI context should be stored and replayed.
Who is it for?
Indie builders standardizing agent memory and identity across Claude Code, Cursor, or Codex with a local PyPI MCP server.
Skip if: Teams that only need a single chat thread with no cross-session context, or builders who want a hosted memory SaaS with no protocol work.
What do I get? / Deliverables
After you register id-protocol, your agent can rely on a documented portable context protocol instead of one-off prompt dumps and fragile session state.
- Registered stdio MCP server exposing ID Protocol reference tooling
- Portable human–AI context contract your agent can invoke via MCP tools
- Version-pinned integration (0.2.8) suitable for reproducible agent setups
Recommended MCP Servers
Journey fit
Context identity and portable session metadata land when you are wiring agent tooling, not when you are still validating a product idea. Reference protocol tooling belongs on the agent-tooling shelf because it shapes how the agent loads stable identity and context, similar to skills and memory hooks.
How it compares
MCP protocol reference server, not a curated skill pack or a hosted vector memory product.
Common Questions / FAQ
Who is io.github.markoblogo/id for?
It is for solo and indie developers who run local MCP clients and want a portable human–AI context protocol they can wire into agent workflows.
When should I use io.github.markoblogo/id?
Use it during build when you are adding agent-tooling integrations and need stable, portable context identity across sessions and repositories.
How do I add io.github.markoblogo/id to my agent?
Install the id-protocol package from PyPI, configure stdio MCP in Claude Code, Cursor, or Codex per your client’s MCP settings, and point the server entry at the published io.github.markoblogo/id registry id.