MCP Directory
Back

nestjs-apcore

by aiperceivable · TypeScript · ★ 0

NestJS adapter for the apcore AI-Perceivable module ecosystem. Turn your existing NestJS services into AI-callable [MCP](https://modelcontextprotocol.io/) tools and OpenAI-compatible function definitions — with zero changes to your business logic.

#apcore#apcore-mcp#nestjs#nestjs-agent#nestjs-apcore#nestjs-mcp

Install

npx -y github:aiperceivable/nestjs-apcore

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "nestjs-apcore": {
      "command": "npx",
      "args": [
        "-y",
        "github:aiperceivable/nestjs-apcore"
      ]
    }
  }
}

From the README

NestJS adapter for the [apcore](https://github.com/aiperceivable/apcore-js) AI-Perceivable module ecosystem. Turn your existing NestJS services into AI-callable [MCP](https://modelcontextprotocol.io/) tools and OpenAI-compatible function definitions — with zero changes to your business logic. - **Decorator-driven** — Mark methods with and classes with to expose them as AI tools - **Auto-discovery** — tools are scanned and registered at startup automatically - **One-stop setup** — handles Registry, Executor, Scanner, and optional MCP server in a single call - **Multi-schema support** — Type…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers