Skip to main content
Glama

Fusion MCP Server

by FallseF
package.json659 B
{ "name": "fusion-mcp", "version": "1.0.0", "description": "A fusion MCP server for enhanced AI interactions", "main": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "test": "node --test", "lint": "eslint src/", "format": "prettier --write src/" }, "keywords": [ "mcp", "model-context-protocol", "ai", "fusion" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0" }, "devDependencies": { "eslint": "^8.57.0", "prettier": "^3.0.0" }, "engines": { "node": ">=18.0.0" } }

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/FallseF/Fusion_MCP'

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