MCP integration

One project context your agent can read and maintain.

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.

1 · Scope

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.

2 · Connect

Add the HTTP endpoint

Your client sends the token as a Bearer credential to `/mcp`. No editor-specific plugin is required.

3 · Work

Start with context

Call pulsyr_context to load priorities, blockers, quick wins, incidents, and active Threads before changing code.

The contract

Tools reflect project operations, not UI clicks.

Agents search, create, advance, complete, link, document, and plan through explicit arguments and validated outcomes.

Backlog

pulsyr_context, pulsyr_search, pulsyr_list, pulsyr_create, pulsyr_advance, pulsyr_complete

Structure

pulsyr_link, pulsyr_move_area, Thread tools and incident tools.

Management

Versioned documents, action items, and a three-level project plan edited through MCP.

Start with your own infrastructure

Connect the agent you already use.

Pulsyr is an MCP server. Any compatible client that supports remote HTTP and Bearer headers can connect.