Stats
Actions
Tags
From openbsp
Runs locally as a Deno subprocess with broad permissions (network, read/write, env, exec). The 'openbsp' key suggests a build system or board support tool, but exact purpose is unclear.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"openbsp": {
"command": "deno",
"args": [
"run",
"--allow-net",
"--allow-read",
"--allow-write",
"--allow-env",
"--allow-run",
"${CLAUDE_PLUGIN_ROOT}/server.ts"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
denoCommand-line arguments passed to the server process
npx claudepluginhub matiasbattocchia/open-bsp-api --plugin openbsp