← Index

io.github.orcar-studio/fascia-mcp-server

io.github.orcar-studio/fascia-mcp-server·v0.1.1·Other
Quality Score
77
/100

Expose Fascia-deployed Tools and Entity schemas to AI agents via MCP

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fascia-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fascia-run/mcp-server"
      ],
      "env": {
        "FASCIA_API_KEY": "<your-fascia_api_key>",
        "FASCIA_API_URL": "<fascia_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fascia-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fascia-run/mcp-server"
      ],
      "env": {
        "FASCIA_API_KEY": "<your-fascia_api_key>",
        "FASCIA_API_URL": "<fascia_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @fascia-run/mcp-server
§02  Environment variables
FASCIA_API_KEY
requiredsecret

Fascia workspace API key (get from fascia.run/app/settings)

FASCIA_API_URL

Fascia API base URL

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other