sigmodx-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sigmodx-mcpLog invoice approval for PO-12345 for $5000"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
sigmodx-mcp
MCP server for Sigmodx — audit infrastructure for AI agents making consequential decisions.
Exposes Sigmodx as MCP tools any compatible agent framework can call. Works with Claude, Cursor, LangChain, AutoGen, and any MCP client.
Installation
pip install sigmodx-mcpUsage
SIGMODX_API_KEY=your-key \
SIGMODX_AGENT_ID=your-agent-uuid \
sigmodx-mcpClaude Desktop / Cursor configuration
Add to your MCP config:
{
"mcpServers": {
"sigmodx": {
"command": "sigmodx-mcp",
"env": {
"SIGMODX_API_KEY": "your-api-key",
"SIGMODX_AGENT_ID": "your-agent-uuid"
}
}
}
}Available tools
Tool | Description |
| Log invoice approval/rejection |
| Log GL entry review decision |
| Log anomaly flag/clear/escalate |
| Verify a verification string |
| Get agent ALLOW/LIMIT/BLOCK state |
| Hash input payload (no auth needed) |
Links
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sigmodx/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server