MCP Server
MCP
io.github.tomcat65/engram
Coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.
Install
npx -y @tomcat65/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@tomcat65/engram-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Shared API key authenticating the bridge to your self-hosted Engram server (generate with: npx -y @tomcat65/engram-mcp init)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "API_KEY"
},
{
"description": "Engram server host (default 127.0.0.1)",
"format": "string",
"name": "MCP_HOST"
},
{
"description": "Engram server port (default 6174)",
"format": "string",
"name": "MCP_PORT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment