Skip to main content
Glama

GeoFS MCP Server

by lobstercare
package.json897 B
{ "name": "geofs-mcp-server", "version": "0.1.0", "description": "Model Context Protocol server for GeoFS flight simulator", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "jest" }, "keywords": [ "mcp", "model-context-protocol", "geofs", "flight-simulator", "ai" ], "author": "", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.11.0", "@types/axios": "^0.14.4", "@types/cors": "^2.8.17", "axios": "^1.8.4", "cors": "^2.8.5", "express": "^4.18.2", "ws": "^8.13.0" }, "devDependencies": { "@types/express": "^4.17.17", "@types/jest": "^29.5.0", "@types/node": "^16.18.0", "@types/ws": "^8.5.4", "jest": "^29.5.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" } }

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/lobstercare/geofs-mcp'

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