Skip to main content
Glama

MCP-Anything

코드베이스를 MCP 서버로 변환하는 단 하나의 명령어. REST API나 OpenAPI 사양뿐만 아니라 그 이상을 지원합니다.

Discord License: Apache 2.0 Python 3.10+ PyPI

mcp-anything

시작하기

pip install mcp-anything

# Generate an MCP server from any codebase
mcp-anything generate /path/to/your/app

# Or from a URL (OpenAPI, GraphQL, gRPC spec)
mcp-anything generate https://api.example.com/openapi.json

# Or directly from a local spec file
mcp-anything generate ./openapi.json

./mcp-<name>-server/ 경로에 즉시 pip으로 설치 가능한 완전한 MCP 서버가 생성됩니다. 몇 초 만에 에이전트에 추가하세요:

stdio (로컬, 기본값): Claude Code의 .mcp.json에 다음을 추가합니다:

{
  "mcpServers": {
    "my-app": { "command": "mcp-my-app", "args": [] }
  }
}

HTTP (원격/공유, 권장): 서버를 시작하고 에이전트가 해당 서버를 가리키도록 설정합니다:

mcp-anything generate /path/to/app --transport http
mcp-my-app  # server runs on http://localhost:8000/sse
{
  "mcpServers": {
    "my-app": { "url": "http://localhost:8000/sse" }
  }
}

대상(Targets)

기본적으로 mcp-anything은 Python / FastMCP 서버를 생성합니다. **TypeScript / mcp-use

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Type-MCP/mcp-anything'

If you have feedback or need assistance with the MCP directory API, please join our Discord server