Loading MCP server directory, please wait...
Expose Fascia-deployed Tools and Entity schemas to AI agents via MCP
npx @getmcp/cli add io.github.orcar-studio/fascia-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
FASCIA_API_KEYFascia workspace API key (get from fascia.run/app/settings)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.orcar-studio/fascia-mcp-server": {
"command": "npx",
"args": [
"-y",
"@fascia-run/mcp-server"
],
"env": {
"FASCIA_API_KEY": "",
"FASCIA_API_URL": ""
}
}
}
}