PluginBench
MCP Server

exec-brief MCP Server

com.basenull/exec-brief

What is the exec-brief MCP server?

Weekly 5-15 reports for executive teams: submit reports, fetch the Friday briefing.

How to install exec-brief

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer token from the exec-brief.basenull.com dashboard, sent as: Bearer <token>

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "exec-brief": {
      "url": "https://exec-brief.basenull.com/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "exec-brief": {
      "serverUrl": "https://exec-brief.basenull.com/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "exec-brief": {
      "type": "http",
      "url": "https://exec-brief.basenull.com/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "exec-brief": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://exec-brief.basenull.com/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http exec-brief https://exec-brief.basenull.com/api/mcp

Related MCP servers

Process monitoring for AI agents: start runs, submit per-task evidence, complete runs.

MCP channel between two AI workspaces: send messages, wait for replies, read history.

Team OKRs from your AI workspace: objectives, key results, and weekly check-ins.

One-link team polls: create polls, vote, fetch results, and close polls.