$ timeahead.in
mcp/fastmcp-mecopilot-studio-agent-direct-line-mcp/install/cursor

install @fastmcp-me/copilot-studio-agent-direct-line-mcp on Cursor

Requires Node 18+ on your system so npx can fetch the package on first run. Cursor reloads its MCP servers automatically the moment the file is saved — no restart needed. Paste the config below, then follow the reload step to register @fastmcp-me/copilot-studio-agent-direct-line-mcp.

paste into
global: ~/.cursor/mcp.json
project: .cursor/mcp.json (commit alongside your repo)
{
  "mcpServers": {
    "copilot-studio-agent-direct-line-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "copilot-studio-agent-direct-line-mcp"
      ],
      "env": {
        "DIRECT_LINE_SECRET": "${input:direct_line_secret}"
      }
    }
  }
}
then: No restart needed — Cursor picks up the change automatically.
other clients
Claude DesktopWindsurfVS Code (Copilot)Claude Code
← back to @fastmcp-me/copilot-studio-agent-direct-line-mcp
Install @fastmcp-me/copilot-studio-agent-direct-line-mcp MCP Server on Cursor | Timeahead