Skip to main content
Glama

Filesystem MCP Server

by QuantGeekDev
index.ts168 B
import { MCPServer } from "mcp-framework"; const server = new MCPServer({ transport: { type:"sse", options:{ port: 1337 } } }); server.start();

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/QuantGeekDev/mcp-filesystem'

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