contextium-mcp-server
OfficialThe Contextium MCP Server is a knowledge management and team collaboration platform that connects your team's documentation, AI agents, skills, and workflows into MCP-compatible AI assistants (Claude Desktop, Claude Code, Cursor).
Core Resource Management
CRUD operations on files, libraries, agents, skills, workflows, tags, and members
Search — full-text, tag-based, and filename; plus link suggestions and file linking with bidirectional
//fileIdtokensVersion history for files; library trash with 30-day recovery
Workflows & Project Planning
load_workflow— bundle agents, skills, and libraries into a full session contextnew_project/resume_project— guided or autonomous project setup without losing contextPhase management — add, reorder, update status, summarize, and delete project phases
manual_research_setup/auto_research_setup— research workspace creation
Task Management
add_taskwith auto-routing to the best-fit workflow and auto-assignment to the right memberupdate_task,list_tasks,break_down_task(AI-generated subtasks)
AI Agents & Skills
Create, update, delete agents with system prompts, personas, and roles
dispatch_agent_job/get_agent_job— autonomous AI execution with natural-language intentlist_skills,get_skill,update_skillfrom the workspace Skills Library
Identities
Create and manage AI identities (voice, tone, role, audience) for person, company, or hybrid contexts
Team Collaboration
notify_team_membersabout files, workflows, agents, or librariesAccess requests — request, approve, or deny access to private libraries/workflows
Workflow membership — share private workflows with viewer/editor roles
Activity logs — workspace, entity, and workflow activity digests
Notifications
Notification inbox (activity + broadcasts), unread filtering, mark-as-read, and preference management (per-type toggles, email frequency, Do Not Disturb)
File Sharing & Comments
share_create/list/revoke— public share links with permissions, expiry, and domain restrictionsadd_comment,list_comments,resolve_comment— threaded comments with line-number anchoring
Integrations & Utilities
Figma sync — connect and sync Figma designs into libraries
Marketplace — browse, search, and install skills/agents/MCP servers
Third-party connectors (GitHub, Grafana, etc.) — brokered HTTP requests without exposing access tokens
contextium_status— workspace health dashboard;contextium_help— tool usage guide
Specialized Workflows
idea_kickoff— autonomous business analysis (SWOT, market sizing, competitor analysis, financials, go/no-go)capture_idea— lightweight note saving into project seeds or Quick Notes
Enables syncing Figma designs into a Contextium library, bridging design files with team documentation.
Contextium MCP Server
Give Claude your team's brain. Pipe SOPs, coding standards, agents, and workflows directly into Claude Desktop, Claude Code, Cursor, and any MCP-compatible assistant.
Stop copy-pasting context into every chat. Contextium is a shared knowledge platform that connects your team's documentation, AI agents, skills, and workflows to Claude via MCP — so the right context is always there, automatically.
See it in action
Ask Claude to create a Contextium project — it architects the full structure and populates it with content via MCP:

The result appears instantly in the Contextium Desktop app, ready for your whole team:

Related MCP server: repo-memory-mcp
Get connected in 2 minutes
Step 1 — Add to Claude Desktop
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"contextium": {
"command": "npx",
"args": ["@contextium/mcp-server"]
}
}
}Step 2 — Authenticate
npx @contextium/mcp-server setupA browser window opens. Log in, select your workspace, and authorise. Done.
Step 3 — You're live
Contextium appears as running in Claude Desktop's Developer settings:

What you can do
Say to Claude | What happens |
"Create a new Contextium project for our API docs" | Claude architects and populates a full library |
"Load my onboarding workflow" | Full team context loads into the session |
"Find anything about our authentication approach" | Searches across all your Contextium libraries |
"What agents do we have set up?" | Lists your team's AI agents with descriptions |
"Add this decision to our architecture library" | Creates a versioned file in Contextium |
"Browse the marketplace for a skill" | Searches and installs from the Contextium Marketplace |
Built-in tool instructions
Every tool ships with structured descriptions so Claude Desktop and other platforms understand exactly how and when to use each tool — no prompt engineering required on your end.
Full tool reference
Core CRUD
Tool | What it does |
| List any resource — workspaces, libraries, files, agents, skills, workflows, tags, members |
| Retrieve full details of any resource by ID — including member profiles |
| Create any resource — files, libraries, agents, skills, workflows, tags |
| Update any existing resource — files, agents, workflows, skills, tags |
| Delete files and resources (moves to trash, restorable) |
| Semantic search across all documentation |
| Filter resources by tag |
| Link agents to skills, apply tags, manage associations |
Workflows & Projects
Tool | What it does |
| Load a full workflow — bundles agents, skills, and libraries into context |
| Guided flow to create a new Contextium project |
| Resume work from a previous session handoff |
| Structured feature development — get next phase, mark complete, close session |
Skills
Tool | What it does |
| List all skills in the workspace Skills Library |
| Retrieve a skill's full markdown content by ID or name |
| Update a skill's title or content |
Tasks
Tool | What it does |
| Add a task to a workflow (accepts workflow name or ID) |
| Update a task's status — not_started, in_progress, done |
| List tasks for a workflow or across the workspace |
Identities
Tool | What it does |
| List all identities in the workspace |
| Retrieve full identity details |
| Create a new identity — voice, tone, role, and audience |
| Update an existing identity |
| Delete an identity |
Team
Tool | What it does |
| Notify workspace members about a file, workflow, agent, or library |
Integrations & Utilities
Tool | What it does |
| Sync Figma designs into a Contextium library |
| Browse, search, and install from the Contextium Marketplace |
| Check auth status, current workspace, and available resources |
| Show available tools and usage guidance |
Works with
Claude Desktop
Claude Code
Cursor
Any MCP-compatible client
Requirements: Node.js ≥ 18
Links
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/contextium-io/contextium-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server