AI & ML
Trust: 30/100 (Limited)io.github.orcar-studio/fascia-mcp-server Guide
Expose Fascia-deployed Tools and Entity schemas to AI agents via MCP
by orcar-studio
Quick Start
Install
npx @fascia-run/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-orcar-studio-fascia-mcp-server": {
"command": "npx",
"args": [
"@fascia-run/mcp-server"
]
}
}
}