Tilion is a Model Context Protocol (MCP) tool designed for use with Claude Code, aimed at preventing the AI from being blocked or restricted when accessing web-based resources.
#mcp
30 items
Geode is a tool that provides remote sync, MCP (Model Context Protocol) integration, and an API for Obsidian vaults, enabling users to access and manage their notes programmatically and across devices.
Mcpsnoop is a transparent proxy and live TUI tool for the Model Context Protocol (MCP), described as a "Wireshark for MCP." It allows users to monitor, inspect, and debug MCP traffic in real time.
TaskPeace is a task queue system where AI coding agents pull work from via the Model Context Protocol (MCP), enabling structured task management for agent-driven development workflows.
A Hacker News user questions the need for an MCP server, proposing instead a simpler, static `agents.txt` file that could declaratively instruct large language models on how to interact with a website. The author argues this would be backward-compatible and lighter weight than the MCP protocol, and asks what MCP offers that such a static file cannot provide.
Safari Technology Preview 247 introduces the Safari MCP server, a Model Context Protocol server that lets AI agents connect to a Safari browser window to access DOM, network requests, screenshots, and console output for more autonomous web debugging and development.
OpenCode's MCP integration connects AI coding assistants to a codebase, allowing reading, writing, refactoring files, running terminal commands, and managing git operations. The 2026 guide covers setup, configuration, and use cases for streamlining AI-assisted development.
Search Console MCP is a free, open-source tool that integrates Google Search Console data with Claude, allowing users to query SEO data via chat after OAuth authentication, avoiding manual downloads and navigation.
A developer created an MCP (Model Context Protocol) tool called tunnel-mcp that enables Claude AI agents to engage in pair programming through an encrypted tunnel, allowing remote collaboration with enhanced security.
Manufact (YC S25) is a cloud platform for deploying, testing, monitoring, and publishing MCP (Model Context Protocol) apps and servers. It offers preview deployments, automated testing, analytics, and store submission checks to help development teams build and ship MCPs. The company previously built open-source MCP SDKs under the name mcp-use.
A developer launched Decispher, a SaaS tool designed to help human developers and AI agents share context. Features include Branch Story, which explains the reasoning behind a branch's code, and Session Context Transfer for moving context across chats, agents, or machines. Context can also be captured from platforms like Slack, JIRA, and Git by tagging @Decispher.
A Hacker News user asks the community about their experiences with AI agent memory plugins, noting that most come out-of-the-box with MCPs, and questions whether they are truly effective for productivity.
The article outlines three methods for authenticating Managed Code Packages (MCPs), focusing on verification techniques to ensure code integrity and origin trustworthiness in software deployment pipelines.
Model Context Protocol (MCP) has released beta SDKs aligned with the 2026-07-28 spec release candidate. The update introduces key improvements including a new data format and more flexible client-to-server argument passing. Developers are encouraged to test the betas and provide feedback before the final release.
Toolnexus is a Python framework that enables integration of MCP, agent skills, and A2A protocols for use with any large language model.
The author built a company formation tool that integrates directly into an IDE via the Model Context Protocol (MCP), allowing developers to incorporate LLCs, draft legal agreements, and set up bank accounts without leaving their coding environment.
The author created a TypeScript Compiler Graph MCP tool that reduces token usage in code generation by up to 10x in Claude Code and Codex. It works by representing a TypeScript program's abstract syntax tree as a directed acyclic graph (DAG) instead of JSON, allowing the language model to process the same information more efficiently. The tool is available as an open-source package.
World Model MCP v0.10.0 is a cross-runtime memory system designed to work across seven different coding agents, enabling shared context and persistent memory between them.
Quran MCP
2.0Quran MCP is a Model Context Protocol server that provides AI assistants with access to Quranic verses, translations, and tafsir (interpretations) via the Quran.com API, enabling direct retrieval of Quranic content within AI applications.
Periskop offers a product discovery tool via MCP and API, designed to help AI agents search and retrieve product information programmatically.
Naja-scope is an open-source tool that allows AI agents to explore SystemVerilog netlists over the Model Context Protocol (MCP), enabling programmatic interaction with hardware designs.
HomeButler is a tool that lets an AI manage a homelab via the Model Context Protocol (MCP) without granting direct SSH access, aiming to improve safety and control.
MCP-compress-router is a tool that reduces token usage when using multiple MCP servers with an LLM. Instead of exposing all tool descriptions on every request, it proxies servers through just two tools—get_tool_schema and invoke_tool—cutting overhead from ~26K tokens to ~900–2,000 tokens, saving over 90% on token costs.
Toolnexus is a .NET package that exposes MCP (Model Context Protocol) and agent skills as tools usable by any LLM, enabling seamless integration of custom .NET capabilities into AI agents and language models.
Katra is a self-hosted cognitive memory server for AI agents, offering persistent memory, knowledge graph, and MCP integration for managing agent context and knowledge.
A small data company developed a tool called MCP Charts to simplify adding visualisations to Model Context Protocol (MCP) surfaces. While building data MCPs and semantic layers was straightforward, integrating charts and front-end code proved difficult, so they created and open-sourced a solution for the data community.
The article explains the Model Context Protocol (MCP), an open standard for connecting AI assistants to external data and tools, across three difficulty levels: beginner (analogy to a universal remote), intermediate (technical description as a server-client system), and expert (architectural details and benefits over custom integrations).
Prompteneering offers 27,000 free expert AI agents that can be used directly inside code editors via the Model Context Protocol (MCP), providing developers with instant access to specialized AI assistance without leaving their development environment.
The author built Reference MCP, a tool that allows AI agents to search each other's past sessions for context on past decisions. It establishes sessions for direct access when prompted. The project is now available as a repository.
Mac timeline app Cron added MCP (Model Context Protocol) support, enabling AI assistants to read and write timeline events. A key use case emerged when the author connected an AI agent directly to a vector database via MCP, automatically logging timeline entries without manual chat input. This demonstrates how MCP can turn apps into autonomous AI data sources beyond simple chatbot interactions.