@taskforge-ai/mcp-server
v0.1.4
Published
HTTP middleware server exposing Jira and GitHub tools to the Taskforge agent worker.
Readme
@taskforge-ai/mcp-server
Local HTTP middleware server that exposes Jira and GitHub API operations as tools callable by the Taskforge agent worker.
The server runs as a background daemon managed by npx @taskforge-ai/cli mcp start. Logs are written to ~/.taskforge/mcp.log.
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /tool | Dispatch a named tool call (Jira / GitHub action) |
Start
npx @taskforge-ai/cli mcp start [--port 3001]
npx @taskforge-ai/cli mcp stopPart of the Taskforge monorepo
See the main README for full documentation, configuration reference, and architecture overview.
