Loading MCP server directory, please wait...
MCP server for Alloy Navigator's REST API - IT asset management and ITSM data for MSPs.
npx @getmcp/cli add io.github.WYRE-AI/alloy-navigator-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ALLOY_BASE_URLBase URL of the Alloy Navigator server this connector talks to, e.g. https://alloy.example.com. Every Alloy Navigator instance is self-hosted (on-prem or self-hosted-cloud); there is no shared hosted endpoint.
ALLOY_CLIENT_IDApplication account client ID, registered in Alloy Navigator's Settings App under Services > API > Applications.
ALLOY_CLIENT_SECRETApplication account client secret, issued alongside the client ID.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WYRE-AI/alloy-navigator-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ALLOY_BASE_URL",
"-e",
"ALLOY_CLIENT_ID",
"-e",
"ALLOY_CLIENT_SECRET",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-ai/alloy-navigator-mcp:v1.0.0"
],
"env": {
"ALLOY_BASE_URL": "",
"ALLOY_CLIENT_ID": "",
"ALLOY_CLIENT_SECRET": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}