Skip to main content
Glama

Fibonacci MCP Server

by clarkeg02
package.json566 B
{ "name": "fibonacci-mcp", "version": "1.0.0", "type": "module", "main": "mcp-server.js", "scripts": { "start": "node mcp-server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["mcp", "fibonacci", "model-context-protocol"], "author": "", "license": "ISC", "description": "A Fibonacci MCP server that provides tools for calculating Fibonacci numbers", "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "express": "^4.18.2", "zod": "^3.22.4" }, "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/clarkeg02/fibonacci-mcp'

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