@arcumark/mcp
v1.0.0
Published
Model Context Protocol server for Arcumark
Maintainers
Readme
@arcumark/mcp
MCP (Model Context Protocol) server for Arcumark.
Installation
bun install
bun run buildUsage with Claude Desktop
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"arcumark": {
"command": "bun",
"args": ["/path/to/arcumark/packages/mcp/src/index.ts"]
}
}
}Or with the built version:
{
"mcpServers": {
"arcumark": {
"command": "node",
"args": ["/path/to/arcumark/packages/mcp/dist/index.js"]
}
}
}Available Tools
Project Management
create_project- Create a new projectlist_projects- List all projectsget_project- Get project detailsdelete_project- Delete a projectvalidate_timeline- Validate project timeline
Storage
Projects are stored in ~/.arcumark/projects by default (file-based storage).
