acta
Allows importing Confluence content into Acta's documentation wiki.
Allows importing Trello boards into Acta as project boards.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@actaShow the revision history for SW-142 and summarize what changed."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Acta
Boards and docs in one self-hostable server, co-managed by humans and AI agents.
Acta (Latin: "things done") is an open-core, MCP-first project management and documentation product: kanban boards with stable item keys (SW-142) and an enhanced-Markdown wiki, behind one API that treats AI agents as first-class, fully attributed actors.
MCP from day one: every capability is an MCP tool with the same fidelity as the UI, built for token economy (batch idempotent ops, delta reads, section-level doc patches).
Humans and agents co-manage: unified actor model, audit trail on every mutation, safe concurrent editing via revision and section-hash guards.
Docs are Markdown: a precisely specified extension set (callouts, collapsibles,
[[cross-references]], live item embeds) over CommonMark + GFM.Self-host first: one Docker container, SQLite, runs on NAS-class hardware.
Authentication is passwordless email OTP, local to your instance. A pluggable provider interface for external identity (generic OIDC) is on the roadmap, so self-hosters can bring their own IAM.
Layout
server/Hono app on Bun: REST API (/api/v1), MCP endpoint (/mcp), webhooks, rules kernel, serves the built SPAweb/Vue 3 SPA built on @nubisco/uishared/ids, zod schemas, enhanced-Markdown utilitiesimporters/Trello and Confluence import CLIsdocs/VitePress documentation
Related MCP server: kanban-mcp
Self-hosting
docker compose up -d # see docker-compose.yml; data lives in the acta-data volumeThe server prints one-time login codes to its log until an email sender is configured.
Development
pnpm install
pnpm dev # server + web in parallel
pnpm quality:check # test + lint + format:check + types:check@nubisco/ui is consumed from a sibling ../ui checkout via a pnpm link override; CI reproduces the same layout.
Contributing
Contributions are welcome under the Individual CLA; see CONTRIBUTING.md. Generic UI components belong in @nubisco/ui, not here.
License and trademarks
The code in this repository is MIT licensed. Hosted, multi-tenant, and SSO modules are developed separately and are not part of this repository.
"Acta", "Nubisco", and the Nubisco logo are trademarks of Nubisco, Lda. The MIT license does not grant permission to use them; forks and derived products must use their own names and branding.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Task & board management for AI agents + humans. Kanban, comments, digests via MCP.
Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.
MCP-native collaborative markdown editor with real-time AI document editing
Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for AI agents to manage a lightweight kanban board stored as markdown files, enabling task creation, updates, and column movements.7MIT
- AlicenseBqualityDmaintenanceAn MCP server that provides a database-backed kanban board with 40+ tools for AI agents to track issues, features, todos, epics, and diary entries across projects, including status workflows, relationships, and semantic search.4580MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to manage Kanban boards, cards, sessions, and automations through a unified MCP interface with real-time updates, supporting delegation, agent sessions, and human-in-the-loop interactions.AGPL 3.0
- AlicenseAqualityAmaintenanceRepository-native protocol and MCP server for coordinating work items, documentation, changelogs, and project memory between humans and AI agents, using Markdown files in a Git repository as the canonical data source.302MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/nubisco/acta'
If you have feedback or need assistance with the MCP directory API, please join our Discord server