Dce Mcp Server

by BE-DCE

253 downloads
Not rated
GitHub

About

MCP server for DCE (Better Execute) — connects AI agents to EOS execution data: Rocks, Scorecards, V/TO, Level 10 meetings, to-dos, and topics. 13 read/write tools. Works with Claude, Cursor, and other MCP clients.

Details

Author
BE-DCE
Downloads
253
Categories
Other

- Connects AI agents to EOS execution data
- 13 read/write tools available
- Supports Rocks, Scorecards, V/TO, Level 10 meetings
- Works with Claude, Cursor, and other MCP clients

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Dce Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

bedc_check_config

Check if the DCE MCP connector is configured. Returns status.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "dce mcp server": {
            "bedc": {
                "command": "npx",
                "args": [
                    "-y",
                    "@better-execute/bedc-mcp"
                ],
                "env": {
                    "DCE_BASE_URL": "https://better-execute.vercel.app",
                    "DCE_API_KEY": "<your-api-key>",
                    "DCE_ORG_ID": "<your-org-uuid>"
                }
            }
        }
    }
}

McpServers

{
    "bedc": {
        "command": "npx",
        "args": [
            "-y",
            "@better-execute/bedc-mcp"
        ],
        "env": {
            "DCE_BASE_URL": "https://better-execute.vercel.app",
            "DCE_API_KEY": "<your-api-key>",
            "DCE_ORG_ID": "<your-org-uuid>"
        }
    }
}

MCP server for DCE (Better Execute) — connects AI agents to EOS execution data: Rocks, Scorecards, V/TO, Level 10 meetings, to-dos, and topics. 13 read/write tools. Works with Claude, Cursor, and other MCP clients.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.