Как я подключил Obsidian к LLM через MCP и перестал копировать заметки вручную
Привет, Хабр! Хочу поделиться небольшой историей о том, как я в очередной раз поймал себя на странном действии: открыл Obsidian, нашел нужную заметку,…
Latest Web news from Tech News
Привет, Хабр! Хочу поделиться небольшой историей о том, как я в очередной раз поймал себя на странном действии: открыл Obsidian, нашел нужную заметку,…
Draft When I added an MCP server to RyTask (an open-source project tracker), I made one promise: anything a person can do in the UI, an AI agent can d…
The MCP server token tax is the context budget every tool definition eats before your agent does a single useful thing. To measure it, pull the server…
So I built a few API calls for sales research purposes, mainly to help people gather better information about their prospects and leads. The API can c…
LinkLoom A web scraping and content extraction toolkit for TypeScript/Bun. Pass a URL, get clean markdown. That's the core. But LinkLoom also handles …
We run FiatDock — a non-custodial USDC ↔ bank on/off-ramp where AI agents pay $0.05 per call over x402. This week we migrated the whole stack (Express…
Hi HN, I built an open-source Java SDK for building Model Context Protocol servers: https://github.com/6000fish/mcp-java It is intended for Java devel…
My agent earns USDC. It sells API calls priced with x402 , so tiny payments accumulate in its wallet. Which eventually raises the unglamorous question…
If you have started building tools for AI chat hosts, you have probably hit the same fork in the road. There are two ways to add a user interface to a…
Every AI coding session starts from zero. Close Claude Code and open it tomorrow. The AI doesn't know your project. You spend the first 10 minutes re-…
Composio offers over 1,000 toolkits and 20,000 tools through MCP and direct APIs. It's great for rapid prototyping, but scaling AI agents to productio…
The AI landscape is shifting fast. Every week, a new agent framework, a new protocol, a new way for AI to interact with the world. But one thing has b…
Hi there. I’m Gurutva Murdia, the developer behind Duplex. Today I’m excited to share the story, architecture, and technical deep dives of a project t…
In our previous series, we built the Sovereign Vault to verify truth in existing records. But as we move deeper into the age of AI, we face a massive …
Hello fellow devs, I am a 14 year old developer and I am incredibly excited to finally share this with you! For the past several weeks, I have been wo…
A useful thing happened in agent infrastructure this June: several teams shipped "escrow layers for AI agents" - production MCP tools that let an agen…
If you're building MCP servers, here's a cost that's easy to miss: Every tool you expose is re-sent to the model on every call. Not once at startup, e…
We shipped what looked like a routine improvement to one of our MCP tools: a declared outputSchema , generated from our existing Zod types. Server-sid…
I ran the same browser smoke task through two paths: direct Chrome DevTools MCP and a custom CLI skill around mcp2cli . In GitHub Copilot CLI with gpt…
Where this fits: This article extends the Zero-Glue series. If you haven't read The End of Glue Code: Why MCP Is the USB-C Moment for AI Systems , the…
In the first article in this series , I argued that agents do not replace APIs. They expose the quality of the APIs underneath them. That should feel …
If you've been following the AI-assisted development space, you've heard about the Model Context Protocol (MCP). But let's be honest—most MCP server l…
A widely cited number in agent infrastructure right now comes from Crossmint's protocol data: x402 has processed 150M+ transactions across Base and So…
Many Shopify automations start simple and then become awkward. Tag an order. Sync inventory from a CSV. Update product metafields. Send a Slack alert.…
The Model Context Protocol is everywhere right now. Every agent tutorial opens with "first, set up your MCP servers." And yet the agent stack running …
Your MCP server works. But does anyone know it exists? We scored 39,762 MCP servers. 54% scored Grade C — solid code quality, zero community adoption.…
The problem: agents need citable facts; public data is scattered across 100s of APIs. What OSF does: collect → provenance-stamp → serve over MCP + x40…
I build and maintain an MCP server that works in Claude Code, Cursor, and Gemini CLI. Doing that for a while taught me something uncomfortable: the di…
I recently put together a tiny open-source tool: a non-interactive, JSON-first Jira CLI tailored for AI agents. I called it the "kubectl of Jira." The…
I have been building tooling for AI agents in Python for about a year. The thing I keep needing, over and over, is "give the agent a search bar." Ever…