Skip to main content
Glama
package.json992 B
{ "name": "fluent-boards-mcp", "version": "0.1.1", "description": "MCP server for FluentBoards WordPress plugin", "main": "dist/index.js", "type": "module", "bin": { "fluent-boards-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js", "dev": "npm run build && npm start", "test": "npx ts-node tests/integration.test.ts", "test:connection": "npx ts-node scripts/testing/test-connection.ts", "test:admin": "npx ts-node scripts/testing/test-admin-create.ts", "prepare": "npm run build" }, "keywords": [ "mcp", "fluent-boards", "wordpress" ], "author": "AI Agent", "license": "MIT", "files": [ "dist", "src", "README.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.15.1", "axios": "^1.7.9", "dotenv": "^16.4.7", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.5", "typescript": "^5.7.2" } }

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/danieliser/fluent-boards-mcp-server'

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