mcp-auto-expose

SoyTiyi/mcp-auto-expose
★ 0 stars TypeScript 🤖 AI/LLM Updated 4d ago
mcp-auto-expose is a typescript library that allow your pre exist API to expose the necessary tools to allow a LLMs and AI Agents to consume yours resource without the necessity to create isolate mcp server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-auto-expose": {
      "command": "npx",
      "args": [
        "-y",
        "SoyTiyi/mcp-auto-expose"
      ]
    }
  }
}

README Excerpt

This Turborepo starter is maintained by the Turborepo core team. Run the following command: ```sh npx create-turbo@latest ``` This Turborepo includes the following packages/apps: - `docs`: a [Next.js](https://nextjs.org/) app - `web`: another [Next.js](https://nextjs.org/) app - `@repo/ui`: a stub React component library shared by both `web` and `docs` applications

Tools (3)

docsturboweb