Create a project token
The raw token appears once. Pulsyr stores its hash and binds the credential to a single project with read or write scope.
MCP integration
Pulsyr exposes a remote MCP endpoint over HTTP. Create a scoped project token, add the endpoint to your client, and let the agent work through structured tools instead of scraping a dashboard.
The raw token appears once. Pulsyr stores its hash and binds the credential to a single project with read or write scope.
Your client sends the token as a Bearer credential to `/mcp`. No editor-specific plugin is required.
Call pulsyr_context to load priorities, blockers, quick wins, incidents, and active Threads before changing code.
The contract
Agents search, create, advance, complete, link, document, and plan through explicit arguments and validated outcomes.
pulsyr_context, pulsyr_search, pulsyr_list, pulsyr_create, pulsyr_advance, pulsyr_complete
pulsyr_link, pulsyr_move_area, Thread tools and incident tools.
Versioned documents, action items, and a three-level project plan edited through MCP.
Start with your own infrastructure
Pulsyr is an MCP server. Any compatible client that supports remote HTTP and Bearer headers can connect.