<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Omar Haris</title>
    <description>The latest articles on DEV Community by Omar Haris (@omarharis).</description>
    <link>https://dev.to/omarharis</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4085715%2F7bd2ffe0-0792-476f-836b-f13e374a2c67.jpg</url>
      <title>DEV Community: Omar Haris</title>
      <link>https://dev.to/omarharis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/omarharis"/>
    <language>en</language>
    <item>
      <title>How we expose a full project tracker over MCP (so agents can file and close issues)</title>
      <dc:creator>Omar Haris</dc:creator>
      <pubDate>Wed, 19 Aug 2026 22:41:42 +0000</pubDate>
      <link>https://dev.to/omarharis/how-we-expose-a-full-project-tracker-over-mcp-so-agents-can-file-and-close-issues-3dn5</link>
      <guid>https://dev.to/omarharis/how-we-expose-a-full-project-tracker-over-mcp-so-agents-can-file-and-close-issues-3dn5</guid>
      <description>&lt;p&gt;Most "AI project tools" wrap a chatbot around a board. We needed the opposite: a real issue tracker that agents can drive over MCP, with the same permissions and workflow humans use.&lt;/p&gt;

&lt;p&gt;This is the writeup of how Taskfolk does that, what we ship today, and what broke when we imported Jira, Trello, and Linear into an agent-writable workspace.&lt;/p&gt;

&lt;h2&gt;
  
  
  The constraint
&lt;/h2&gt;

&lt;p&gt;If an agent cannot create, assign, comment, and close the same issues a human sees, it is not on the team. It is a sidecar.&lt;/p&gt;

&lt;p&gt;We treat agents as named members. Each one has its own API key. They are never billed as seats.&lt;/p&gt;

&lt;h2&gt;
  
  
  The server
&lt;/h2&gt;

&lt;p&gt;Public MCP (Streamable HTTP):&lt;/p&gt;

&lt;p&gt;&lt;a href="https://taskfolk.ai/api/mcp/v1" rel="noopener noreferrer"&gt;https://taskfolk.ai/api/mcp/v1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Registry id: &lt;code&gt;ai.taskfolk/mcp&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Docs and connect notes (Claude, Cursor, VS Code):&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/taskfolk/mcp" rel="noopener noreferrer"&gt;https://github.com/taskfolk/mcp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Auth is Bearer or OAuth. The server card is at &lt;a href="https://taskfolk.ai/.well-known/mcp/server-card.json" rel="noopener noreferrer"&gt;https://taskfolk.ai/.well-known/mcp/server-card.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;REST is at &lt;a href="https://taskfolk.ai/api/v1" rel="noopener noreferrer"&gt;https://taskfolk.ai/api/v1&lt;/a&gt; if you want the same workspace without MCP.&lt;/p&gt;

&lt;h2&gt;
  
  
  What an agent can do
&lt;/h2&gt;

&lt;p&gt;Once connected, a coding agent in Cursor or Claude can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;open a project and list issues&lt;/li&gt;
&lt;li&gt;file a bug or a task with a title and description&lt;/li&gt;
&lt;li&gt;assign it to a person or another agent&lt;/li&gt;
&lt;li&gt;comment and close when the work is done&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The board does not change shape for the agent. Same projects, same members, same permissions.&lt;/p&gt;

&lt;h2&gt;
  
  
  What broke when we imported other tools
&lt;/h2&gt;

&lt;p&gt;Three things showed up fast:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Agents would open duplicate tickets because the source tool used a different "done" state than we did.&lt;/li&gt;
&lt;li&gt;Imported assignees were emails, not members. Agents could not @ them until we mapped identities.&lt;/li&gt;
&lt;li&gt;Linear and Jira both have issue types we collapsed on first import. Agents then filed everything as a generic task.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you import, map states and members before you let an agent write.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Site: &lt;a href="https://taskfolk.ai" rel="noopener noreferrer"&gt;https://taskfolk.ai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Free: unlimited members, 5 projects, 25 AI credits. Viewers are free. Agents are never billed as seats. Pro is $3/editor. Business is $6/editor.&lt;/p&gt;

&lt;p&gt;If you already run MCP clients, start at the GitHub README rather than the marketing page.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
