63
/ 100
10 days ago
glama

dev.io MCP Server

Captures AI conversation summaries, converts them to Markdown posts, and manages local or remote publishing with metrics tracking.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
4 tools describe read intent but their handlers mutate — list_posts (line 182: fs.mkdir(postsDir, { recursive: true })); search_post (line 182: fs.mkdir(postsDir, { recursive: true })); find_related_posts (line 182: fs.mkdir(postsDir, { recursive: true }))
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: DEV_IO_API_TOKEN, DEV_TO_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDEV_IO_API_BASE_URL
🔐 secretDEV_IO_API_TOKENyour-token-if-needed
configDEV_TO_API_BASE_URL
🔐 secretDEV_TO_API_KEYlist posts remotely: source: "remote" (requires DEV_TO_PUBLISH=true, )
configDEV_TO_PUBLISHlist posts remotely: source: "remote" (requires =true, DEV_TO_API_KEY)
configDEV_TO_USER_AGENT
configMCP_HOST
configMCP_PORT
configPORT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/amirtaherkhani-dev-io-mcp-1k3kiq)](https://m8ven.ai/mcp/amirtaherkhani-dev-io-mcp-1k3kiq)
commit: 80faadde46ee67ecc1dcefedb5b610c676a90fe5
code hash: ea62a08c38750ade6f1f93be524ac21eb8ca7e5ed0cd4eb7a409f9bd60277a7c
verified: 7/21/2026, 9:10:00 AM
view raw JSON →