@eidola/mcp
v0.1.2
Published
Eidolon MCP server (local stdio fallback) wrapping @eidola/sidecar.
Downloads
177
Readme
@eidola/mcp
Wrapper MCP server for Eidolon tools over stdio transport.
@eidola/mcp launches @eidola/sidecar and exposes wrapper-level runtime orchestration tools.
Installation
npm install @eidola/mcpRequires Node.js 18+.
Local Setup
Use this .mcp.json server entry:
{
"mcpServers": {
"eidolon": {
"command": "node",
"args": ["node_modules/@eidola/mcp/dist/server.js"],
"env": {
"EIDOLON_PORT": "9735"
}
}
}
}Environment Variables
| Variable | Default | Description |
|---|---|---|
| EIDOLON_PORT | 9735 | HTTP port for the embedded sidecar |
| EIDOLON_PACK_ASSETS | — | Path to Vessel pack assets |
Tool Surface
eidolon.statuseidolon.runtime.readinesseidolon.vessel.listeidolon.vessel.activateeidolon.vessel.activeeidolon.vessel.importStatuseidolon.switchPackeidolon.setStateeidolon.testEmotioneidolon.configureeidolon.shrine.openeidolon.shrine.list
Standalone Usage
EIDOLON_PORT=9735 node node_modules/@eidola/mcp/dist/server.jsLicense
MIT
