@nebula-ai/mcp-server
v0.0.7
Published
Generated MCP server for the Nebula TypeScript SDK.
Maintainers
Readme
Nebula MCP Server
Generated MCP server for the Nebula TypeScript SDK.
Usage
export NEBULA_API_KEY="your_api_key_here"
npx -y @nebula-ai/mcp-server@latestFor Streamable HTTP:
npx -y @nebula-ai/mcp-server@latest --transport=http --port=3000HTTP mode authenticates each request with Authorization: Bearer ....
Environment credentials are used only for stdio mode.
The server exposes:
search_docs: search generated Nebula SDK operation docs.execute: run JavaScript against an authenticated@nebula-ai/sdkclient.
execute runs trusted user code in a terminated Worker by default for stdio/HTTP server usage. The Worker is a timeout boundary, not a security sandbox; only expose HTTP mode to trusted callers. Programmatic injected clients run in-process and are for trusted embedders.
Set NEBULA_BASE_URL to target a non-default API host.
