Skip to main content
Glama
server.ts371 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { allTools } from "./mcp/tools/index.js"; export function createServer() { const server = new McpServer({ name: "dokploy", version: "1.0.0", }); for (const tool of allTools) { server.tool(tool.name, tool.description, tool.schema.shape, tool.handler); } return server; }

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/andradehenrique/dokploy-mcp'

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