Catalog
io.github.orcar-studio/fascia-mcp-server
OfficialExpose Fascia-deployed Tools and Entity schemas to AI agents via MCP
Expose Fascia-deployed tools and entity schemas to AI agents.
README not available yet.
Install
Configuration
Environment variables
FASCIA_API_KEYrequiredsecretFascia workspace API key (get from fascia.run/app/settings)
FASCIA_API_URLFascia API base URL
claude_desktop_config.json
{
"mcpServers": {
"fascia-mcp-server": {
"command": "npx",
"args": [
"-y",
"@fascia-run/mcp-server@0.1.1"
],
"env": {
"FASCIA_API_KEY": "<YOUR_FASCIA_API_KEY>",
"FASCIA_API_URL": "<YOUR_FASCIA_API_URL>"
}
}
}
}