We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bupd/harbor-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp-server.ts•352 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
* A single, shared instance of the McpServer for the Harbor tool.
* All tool definitions will be registered against this instance.
*/
export const server = new McpServer({
name: "harbor-mcp",
version: "1.0.0",
capabilities: {
resources: {},
tools: {},
},
});