MCP Server
MCP
Pane
Hand a human a rich interactive UI by URL and get structured data back, from any MCP client.
Install
npx -y @paneui/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@paneui/mcp",
"version": "0.0.26",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Pane agent API key. If unset, the server auto-registers a fresh agent against the relay on first use and saves the key to the shared CLI store (~/.config/pane/config.json).",
"isSecret": true,
"name": "PANE_API_KEY"
},
{
"description": "Pane relay base URL. Defaults to the hosted relay https://relay.paneui.com; set this to point at a self-hosted relay.",
"name": "PANE_URL"
},
{
"description": "Display name for the auto-registered agent on the relay.",
"name": "PANE_AGENT_NAME"
},
{
"description": "Registration secret, required only for relays running REGISTRATION_MODE=secret.",
"isSecret": true,
"name": "PANE_REGISTER_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment