Dce Mcp Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Dce Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



