Shares versioned team knowledge, workflows, agents, skills, and project context with MCP-compatible AI clients.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Contextium MCP Server.
listList all resources of a given type in a workspace — the fast way to see what already exists before you act. Returns lightweight summaries (IDs, names, key fields), not full content: use `get` for one resource's full detail, or `search` to find resources by text or tag. Set `type` to choose what to list — workspaces, libraries (context libraries), agents, skills, files (pass libraryId), workflows, tags, file_tags (pass fileId), workspace_status, or members (with roles + activity). Uses your active workspace when workspaceId is omitted.
getGet full details of a resource by ID. Use workspace_activity for recent activity logs. Use activity_archive to read a specific month's archived logs by YYYY-MM (e.g. 2025-02). Use list_activity_archives to see which months have archives. Use workflow_activity for the activity digest since a workflow's last session. Use entity_activity for recent activity on a specific file or entity.
createCreate a new resource in a workspace. Set `type` to what you're creating: "file" (needs libraryId + title + complete content), "library" (a context library — needs name), or "agent" / "skill" / "workflow" (need name; a workflow can bundle projectIds, agentIds, skillIds, and tagIds). Always provide full, real content for files — never empty or placeholder. File linking: to link to another file in the SAME workspace, put //<fileId> inline in the content — use the target file's UUID (from search/list/get results), not its title. The link renders as the target's title and is indexed automatically on save; the target gains a backlink with no extra step. Add a link only where the text genuinely references an existing file; never invent //<id> for a file that does not exist (it becomes a dangling link). Use get({ type: "file_links", id }) to inspect a file's links and backlinks.
updateUpdate an existing resource in place by ID — edit a file's title, path, content, or status, or rename/reconfigure an agent, skill, workflow, or project. Only the fields you pass are changed; for files, a new version is created automatically so history is preserved. Set `type` to the resource kind and `id` to its UUID (from list/search/get). File linking (type=file): to link to another file in the SAME workspace, put //<fileId> inline in the content — use the target's UUID (from search/list/get results), not its title. The link renders as the target's title and is re-indexed on save; backlinks are automatic. To add a backlink to file B, add //<B-id> to this file's content. Remove a link by deleting its //<id> token. Only link to files that exist. Use get({ type: "file_links", id }) to inspect links and backlinks.
deleteDelete a resource (moves to trash, restorable). type: file | skill | workflow
searchFind files in a workspace when you don't know their exact ID. Pick a `mode`: "text" runs a full-text search over file contents and titles; "tags" returns files carrying ALL of the given tagIds (AND logic); "files" matches by partial file name/title. Reach for search before `get` when you only know roughly what you want; use `list` with type=files instead when you just need everything in a library. Optionally narrow to one library with libraryId.
The contextium-io/contextium-mcp-server MCP server exposes Contextium workspace data to AI assistants through MCP. A workspace can contain context libraries, files, agents, skills, workflows, tags, members, identities, and project activity. Files are versioned when updated, and deleted files or resources move to trash so they can be restored.
The server is designed for shared team context rather than a single document lookup. An assistant can load a complete workflow with its related agents, skills, files, and libraries, or search and retrieve only the resources needed for a task. Workflows can also be shared with workspace members, and team members can be notified after supported resources are created or changed.
Core tools use a resource type and, where needed, a workspace or resource ID. Use list for lightweight summaries, get for complete details, and search when the exact file ID is unknown. Search supports text across file titles and content, partial file or title matching, and tag filtering with AND behavior. Creating a file requires a library, title, and complete content; creating a workflow can associate projects, agents, skills, and tags.
Files can reference other files in the same workspace with an inline //<fileId> token. The referenced file must already exist, and Contextium indexes the link and creates the corresponding backlink. Relationship management also supports assigning skills to agents, applying file tags, and managing workflow members.
Project-oriented tools include guided or autonomous project setup, research setup, session resumption, lesson capture, idea analysis, phase management, and workflow loading. The marketplace tool can search, inspect, and install shared skills, agents, and MCP server listings. figma_sync can list connected Figma files or import design tokens, components, and page structure into Contextium libraries.
The contextium-io/contextium-mcp-server MCP server requires Node.js 18 or newer. Add it to an MCP client using the @contextium/mcp-server npm package. For Claude Desktop, configure the server with an npx command and the package name in the client’s MCP configuration file.
After adding the server, run npx @contextium/mcp-server setup. The setup flow opens a browser for login, workspace selection, and authorization. Once completed, the server should appear as running in Claude Desktop’s developer settings. The provided material does not specify environment variables or manual credential fields.
Available capability areas include:
The server operates against a Contextium workspace and requires browser-based authentication before use. Workspace permissions affect which resources are visible or can be changed. File links are limited to files in the same workspace and require real UUIDs; invented IDs create dangling links. The project capability is deprecated in favor of phase tools and load_workflow. The supplied material does not document offline operation, environment-variable configuration, or support for clients beyond the stated MCP-compatible clients.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/contextium-io-contextium-mcp-server)<a href="https://allmcps.com/mcp/contextium-io-contextium-mcp-server"><img src="https://allmcps.com/api/badge/contextium-io-contextium-mcp-server?style=directory" alt="Contextium MCP Server on AllMCPs" /></a>