★ 0 stars
TypeScript
🤖 AI/LLM
Updated 7d ago
Unified MCP server exposing all 5 Kinetic Gain Protocol Suite specs as tools (18 total across AEO, Prompt Provenance, Agent Cards, AI Evidence, MCP Tool Cards). One Claude Desktop config entry. Companion to kinetic-gain-visualizer.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-kinetic-gain": {
"command": "npx",
"args": [
"-y",
"mizcausevic-dev/mcp-kinetic-gain"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-kinetic-gain npx -y mizcausevic-dev/mcp-kinetic-gain
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-kinetic-gain": {
"command": "npx",
"args": [
"-y",
"mizcausevic-dev/mcp-kinetic-gain"
]
}
}
}
📋 Copy
Topics
aeo agent-cards anthropic claude kinetic-gain-protocol-suite mcp mcp-server model-context-protocol prompt-provenance protocol-implementation typescript