Skip to content
v1.6.0MIT

NCP — an agent-to-agent memory bus over MCP. Bounded, trust-weighted context assembly, durable cross-session memory, and directed whispers for multi-agent systems.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

ncpstreamable-http
{
  "type": "streamable-http",
  "url": "http://127.0.0.1:4242/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "ncp",
  "version": "1.6.0",
  "description": "NCP — an agent-to-agent memory bus over MCP. Bounded, trust-weighted context assembly, durable cross-session memory, and directed whispers for multi-agent systems.",
  "author": {
    "name": "Neural Context Protocol",
    "url": "https://github.com/kulkarni2u/neural-context-protocol"
  },
  "homepage": "https://github.com/kulkarni2u/neural-context-protocol",
  "repository": "https://github.com/kulkarni2u/neural-context-protocol",
  "license": "MIT",
  "keywords": [
    "mcp",
    "memory",
    "multi-agent",
    "context",
    "agent-to-agent",
    "memory-bus"
  ]
}