@heysigil/sigil-mcp
v0.1.3
Published
MCP server package for Sigil agent tooling.
Downloads
238
Readme
@heysigil/sigil-mcp
MCP server package for Sigil agent tooling.
Install
npm install @heysigil/sigil-mcpRuntime Transports
stdiotransport (default)- Streamable HTTP transport (
/mcp)
Environment Variables
SIGIL_API_URL(default:http://localhost:3001)SIGIL_MCP_TOKEN(Privy token or MCP PAT)SIGIL_MCP_TRANSPORT(stdioorhttp)SIGIL_MCP_HOST(default:127.0.0.1)SIGIL_MCP_PORT(default:8788)
Run
sigil-mcp --transport=stdioSIGIL_MCP_TRANSPORT=http sigil-mcpTool Surface
The server exposes typed Sigil operations through MCP tools/list and tools/call.
Tools
sigil_verify_create_challengesigil_verify_checksigil_dashboard_overviewsigil_chat_messagesigil_launch_listsigil_launch_createsigil_developers_infosigil_governance_list(placeholder)sigil_governance_vote(placeholder)
Development
From the repository root:
npm run --workspace @heysigil/sigil-mcp typecheck
npm run --workspace @heysigil/sigil-mcp buildAdditional Docs
CHANGELOG.mdCONTRIBUTING.md
