Expose Fascia-deployed Tools and Entity schemas to AI agents via MCP
claude mcp add fascia-mcp-server -- npx -y @fascia-run/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"fascia-mcp-server": {
"command": "npx",
"args": [
"-y",
"@fascia-run/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"fascia-mcp-server": {
"command": "npx",
"args": [
"-y",
"@fascia-run/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fascia-mcp-server": {
"command": "npx",
"args": [
"-y",
"@fascia-run/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"fascia-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fascia-run/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"fascia-mcp-server": {
"command": "npx",
"args": [
"-y",
"@fascia-run/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.orcar-studio--fascia-mcp-server/reviews or the review_server meta-tool.
POST /mcp