Skip to content
Back to search
30
MCP

@zodromon/mcp-gen

npm/@zodromon/mcp-gen

Turn typed TypeScript functions into an MCP server: infers tool, resource, and prompt schemas from your types and JSDoc — with a live playground, a CI contract guard, and optional bearer-token auth for deployment.

Uptime
0.0%
10 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

MCP Maker
Streamlines MCP server development with TypeScript-based scaffolding tools for generating boilerplate code, tool definitions, resource templ
0 tools
io.github.cyanheads/mcp-ts-template
TypeScript template for building MCP servers with declarative tooling, observability, and auth.
0 tools
@prompt-to-json/mcp
MCP server for prompt-to-JSON contracts, JSON Schema validation, and structured LLM/agent outputs.
0 tools
@type-crafter/mcp
MCP server for Type Crafter - generate types from YAML specifications
0 tools
@mseep/mcp-documentation-server
A TypeScript MCP server for document management and semantic search with embeddings
0 tools
@vmenon25/mcp-server-webauthn-client
MCP server and CLI tool for generating WebAuthn TypeScript web clients
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@zodromon/mcp-gen": {
      "url": "None",
      "transport": "http"
    }
  }
}