AI executive function assistant — tasks, calendar, knowledge, code indexing, and CRM for your IDE.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"execufunction": {
"env": {
"EXF_PAT": "exf_pat_your_token_here",
"EXF_API_URL": "https://execufunction.com"
},
"args": [
"@execufunction/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol server that exposes ExecuFunction tools to IDE clients like Cursor, Claude Desktop, and VS Code.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP server for monday.com integration.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Tom-R-Main/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol server that exposes ExecuFunction tools to IDE clients like Cursor, Claude Desktop, and VS Code.
mcp:* (or specific scopes like projects:read, tasks:write)Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"execufunction": {
"command": "npx",
"args": ["@execufunction/mcp-server"],
"env": {
"EXF_API_URL": "https://execufunction.com",
"EXF_PAT": "exf_pat_your_token_here"
}
}
}
}
Add to your Cursor MCP settings:
{
"execufunction": {
"command": "npx",
"args": ["@execufunction/mcp-server"],
"env": {
"EXF_API_URL": "https://execufunction.com",
"EXF_PAT": "exf_pat_your_token_here"
}
}
}
Configure in your MCP extension settings.
After configuration, restart your IDE to load the MCP server.
| Tool | Description | Mutates |
|---|---|---|
project_list | List all projects with status filtering | No |
project_create | Create a new project | Yes |
project_update | Update project name, summary, status, emoji | Yes |
project_archive | Archive a project (destructive) | Yes |
project_get_context | Get full project context (tasks, notes, signals) | No |
| Tool | Description | Mutates |
|---|---|---|
task_list | List tasks with project/status/phase/effort filters | No |
task_get | Get a single task with full details | No |
task_create | Create a new task with priority, phase, effort, acceptance criteria | Yes |
task_update | Update task fields (title, status, priority, phase, effort, scope) | Yes |
task_delete | Delete a task (destructive) | Yes |
task_complete | Mark a task as complete | Yes |
task_link_code | Link a task to a code file/commit | Yes |
| Tool | Description | Mutates |
|---|---|---|
note_list | List notes with type and project filters | No |
note_get | Get a single note with full content | No |
note_search | Semantic search across knowledge base | No |
note_create | Create a new note (markdown) | Yes |
note_update | Update note title, content, or type | Yes |
note_delete | Delete a note (destructive) | Yes |
| Tool | Description | Mutates |
|---|---|---|
people_search | Search contacts | No |
| Tool | Description | Mutates |
|---|---|---|
calendar_list_events | List calendar events for a date range | No |
calendar_create_event | Create a new calendar event | Yes |
calendar_update_event | Update a calendar event | Yes |
calendar_delete_event | Delete a calendar event (destructive) | Yes |
| Tool | Description | Mutates |
|---|---|---|
codebase_list | List indexed repositories | No |
codebase_register | Register a new repository for indexing | Yes |
codebase_status | Check indexing status and stats | No |
codebase_snapshot_status | Get latest index snapshot for a repository | No |
codebase_materialize_snapshot | Download a snapshot archive | No |
codebase_index | Full index: scan and upload all files | Yes |
codebase_index_incremental | Incremental index: git-aware, changed files only | Yes |
codebase_delete | Delete a repository and all indexed data (destructive) | Yes |
codebase_search | Semantic search across indexed code | No |
| Tool | Description | Mu