Core
Freeby MCP Community
Core library for MCP-I — delegation, proof, and session primitives for Model Context Protocol Identity
v1.1.3Added Apr 12, 2026
mcp-imcpdelegationverifiable-credentialsdid
Core MCP Server
Core library for MCP-I — delegation, proof, and session primitives for Model Context Protocol Identity
Installation
Reviews
Installation
Quick install
npx -y @mcp-i/core
Add to claude_desktop_config.json
{
"mcpServers": {
"core": {
"command": "npx",
"args": ["-y", "@mcp-i/core"]
}
}
}