6 days ago
Expose Fascia-deployed Tools and Entity schemas to AI agents via MCP
Server Config
{
"mcpServers": {
"fascia": {
"command": "npx",
"args": [
"-y",
"@fascia-run/mcp-server"
],
"env": {
"FASCIA_API_KEY": "your-api-key"
}
}
}
}