
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@fascia-run/mcp-server
Advanced tools
MCP (Model Context Protocol) server for Fascia - expose your deployed Tools and Entity schemas to AI agents like Claude, Cursor, and other MCP-compatible clients.
This server connects to your Fascia workspace and exposes:
npm install -g @fascia-run/mcp-server
Set your Fascia API key as an environment variable:
export FASCIA_API_KEY="your-api-key"
Get your API key from fascia.run/app/settings (API Keys section).
Add via CLI or edit .mcp.json in your project root:
claude mcp add --scope user --transport stdio fascia -- fascia-mcp-server
Or manually add to .mcp.json:
{
"mcpServers": {
"fascia": {
"command": "fascia-mcp-server",
"env": {
"FASCIA_API_KEY": "your-api-key"
}
}
}
}
Add to your Claude Desktop config:
{
"mcpServers": {
"fascia": {
"command": "npx",
"args": ["-y", "@fascia-run/mcp-server"],
"env": {
"FASCIA_API_KEY": "your-api-key"
}
}
}
}
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"fascia": {
"command": "npx",
"args": ["-y", "@fascia-run/mcp-server"],
"env": {
"FASCIA_API_KEY": "your-api-key"
}
}
}
}
| Variable | Required | Default | Description |
|---|---|---|---|
FASCIA_API_KEY | Yes | - | Your Fascia workspace API key |
FASCIA_API_URL | No | https://api.fascia.run/api/v1 | API base URL |
FASCIA_POLL_INTERVAL_MS | No | 60000 | Bundle refresh interval (ms). Set to 0 to disable. |
Each Fascia Tool with an HTTP trigger is exposed as fascia_{tool_name}. For example, a Tool named createReservation becomes fascia_create_reservation.
| URI | Description |
|---|---|
fascia://workspace/info | Workspace metadata (entity/tool counts, spec version) |
fascia://entities/{name} | Entity schema for a specific entity |
fascia://tools/{name} | Full spec for a specific tool |
MIT
FAQs
MCP server for Fascia — expose deployed Tools to AI agents
The npm package @fascia-run/mcp-server receives a total of 24 weekly downloads. As such, @fascia-run/mcp-server popularity was classified as not popular.
We found that @fascia-run/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.