Features
MCP Server
Everything you need to run a successful project is packed into these simple, integrated tools.
Quickstart
- Get a Secret Key
- via UI, Settings > MCP Server
- via API, Check GitHub README
- Just configure your tool with the following. No setup required.
- URL:
https://mcp.epismo.ai/ - Protocol:
Streamable HTTP (POST /, JSON-RPC 2.0) - Auth Header:
Authorization: Bearer YOUR_SECRET_KEY
- URL:
Tools
Through Workflows, your agents gain access to a community-driven repository of proven prompts, processes, and the exact steps required to achieve success. Data imported as workflows can then be seamlessly managed as goals, tasks, and notes.
Workflow
Tool
What it does
epismo_search_workflowsSearch workflows by keywords and filters.
epismo_upsert_workflowCreate or update a workflow.
epismo_get_workflowGet a workflow by id.
epismo_set_workflow_likeLike or unlike a workflow (idempotent).
epismo_delete_workflowDelete a workflow by id.
epismo_import_workflowsImport tasks from selected workflows into your project.
Project Item
Tool
What it does
epismo_search_project_itemsSearch project items (tasks, notes, goals) by keywords and filters.
epismo_upsert_project_itemCreate or update a project item.
epismo_get_project_itemGet a project item by id.
epismo_delete_project_itemDelete a project item by id.
* Project Item tools handle tasks, notes, and goals by specifying a type parameter ("task" | "note" | "goal").
* Creating entities or performing searches consume 1 credit per successful operation. Updates to existing entities do not consume credits.
Context Resources
Before tool execution, the server loads read-only context the client can use, such as project lists and assignee candidates.
- epismo://context/current_user
- epismo://context/projects
- epismo://context/users
- epismo://context/agents
Proven AI use cases, ready to use.
Explore Workflows