Skip to main content
Glama
server.json1.11 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.domdomegg/filesystem-mcp", "title": "Filesystem", "description": "Read, create, and edit files.", "websiteUrl": "https://github.com/domdomegg/filesystem-mcp#readme", "repository": { "url": "https://github.com/domdomegg/filesystem-mcp.git", "source": "github" }, "version": "{{VERSION}}", "packages": [ { "registryType": "npm", "identifier": "filesystem-mcp", "version": "{{VERSION}}", "runtimeHint": "npx", "transport": { "type": "stdio" } }, { "registryType": "npm", "identifier": "filesystem-mcp", "version": "{{VERSION}}", "runtimeHint": "npx", "environmentVariables": [ { "name": "MCP_TRANSPORT", "description": "Transport type.", "isRequired": true, "isSecret": false, "value": "http" } ], "transport": { "type": "streamable-http", "url": "http://localhost:3000/mcp" } } ] }

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

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