★ 8 stars
C#
💻 Code/Dev Tools
Updated 1mo ago
Status: Experimental. This repository provides a multi-language reference implementation of the proposed interceptor extension for the Model Context Protocol (MCP), as described in SEP-1763.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"experimental-ext-int": {
"command": "npx",
"args": [
"-y",
"modelcontextprotocol/experimental-ext-interceptors"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add experimental-ext-int npx -y modelcontextprotocol/experimental-ext-interceptors
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"experimental-ext-int": {
"command": "npx",
"args": [
"-y",
"modelcontextprotocol/experimental-ext-interceptors"
]
}
}
}
📋 Copy
Topics
experimental extension