Skip to main content
Glama

MCP Server Local WP

package.json1.83 kB
{ "name": "@verygoodplugins/mcp-local-wp", "version": "1.0.0", "description": "MCP server for WordPress database access via Local by Flywheel", "main": "dist/index.js", "type": "module", "bin": { "mcp-local-wp": "dist/index.js" }, "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "postbuild": "chmod +x dist/index.js", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "node -e \"console.log('mcp-local-wp build ok')\"", "prepublishOnly": "npm run build && npm run postbuild", "lint": "eslint \"src/**/*.{ts,js}\"", "lint:fix": "eslint \"src/**/*.{ts,js}\" --fix", "format": "prettier --write .", "format:check": "prettier --check ." }, "keywords": [ "mcp", "mcp-server", "modelcontextprotocol", "wordpress", "local-by-flywheel", "mysql", "database" ], "author": "Very Good Plugins", "license": "GPL-3.0-or-later", "repository": { "type": "git", "url": "git+https://github.com/verygoodplugins/mcp-local-wp.git" }, "bugs": { "url": "https://github.com/verygoodplugins/mcp-local-wp/issues" }, "homepage": "https://github.com/verygoodplugins/mcp-local-wp#readme", "publishConfig": { "access": "public" }, "files": [ "dist", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "dotenv": "^16.3.1", "mysql2": "^3.6.5" }, "devDependencies": { "@types/node": "^20.10.0", "tsx": "^4.6.0", "typescript": "^5.3.0", "eslint": "^8.57.0", "@typescript-eslint/parser": "^7.18.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-unused-imports": "^3.1.0", "eslint-config-prettier": "^9.1.0", "prettier": "^3.3.3" } }

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/verygoodplugins/mcp-local-wp'

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