CursorPool
← 返回首页

Nebula Block

该 MCP 服务器借助 fastmcp 库将 NebulaBlock 的完整 API 功能暴露为可调用工具,在任意兼容 MCP 的环境中实现顺畅高效的交互。

cursor.directory·3
MCPNebula Block
添加到 Cursor

This config will be passed to Cursor on install. Inspect 'command', 'args', and 'env' before continuing.

{
  "args": [
    "--directory",
    "~/path/to/nebulablock_mcp",
    "run",
    "-m",
    "src.main",
    "--api-key=YOUR_API_KEY"
  ],
  "command": "~/path/to/uv"
}