MCP Directory
Back

McpEndpointExtensions

by poychang · C# · ★ 0

PC.ModelContextProtocol.Extensions.AspNetCore.Endpoints

Install

git clone https://github.com/poychang/McpEndpointExtensions.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcpendpointextensions": {
      "command": "npx",
      "args": [
        "-y",
        "github:poychang/McpEndpointExtensions"
      ]
    }
  }
}

From the README

[繁體中文](https://github.com/poychang/McpEndpointExtensions/blob/main/README.zh-tw.md) McpEndpointExtensions is a small ASP.NET Core extension library for hosting multiple Model Context Protocol (MCP) Streamable HTTP endpoints from one application while exposing a different tool set from each endpoint. Use it when a single MCP server needs route-level tool isolation, for example: - lists and invokes only domain 1 tools. - lists and invokes only domain 2 tools. - A tool registered on one endpoint is rejected when it is called through another endpoint. This repository contains the library sou…
Read full README on GitHub →

Related other servers