dev-io-mcp

amirtaherkhani/dev-io-mcp
★ 0 stars TypeScript Code/Dev Tools Updated today
MCP server for turning AI conversations into dev.io Markdown posts
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dev-io-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "amirtaherkhani/dev-io-mcp"
      ]
    }
  }
}

README Excerpt

This repository provides a small MCP server that works with any MCP host, including Claude and Codex-compatible clients. It focuses on one workflow: 1. Capture an AI conversation summary. 2. Turn it into a Markdown post. 3. Store the post locally under `posts/`. 4. Provide a list/read API through MCP resources.

Tools (4)

article_idfileget_post_inforeply_post_comment