Skip to main content
Glama

WordPress MCP Server

Makefile960 B
.PHONY: sync sync: uv sync --all-extras --all-packages --group dev # Linter and Formatter .PHONY: format format: uv run scripts/format.py .PHONY: lint lint: uv run scripts/lint.py --fix # Tests .PHONY: tests tests: uv run pytest .PHONY: coverage coverage: uv run coverage run -m pytest uv run coverage xml -o coverage.xml uv run coverage report -m --fail-under=80 .PHONY: coverage-report coverage-report: uv run coverage run -m pytest uv run coverage html .PHONY: schema schema: uv run scripts/gen_schema.py .PHONY: prompt prompt: rm -f prompt.md uv run scripts/promptify.py -x "**/src/wordpress-mcp-server/**" -x "**/src/mcp_agent/utils/**" -x "**/src/mcp_agent/tracing/**" -x "**/src/mcp_agent/executor/temporal/**" -x "**/src/mcp_agent/core/**" -x "**/src/mcp_agent/logging/**" -x "**/scripts/**" -x "**/tests/**" -x "**/.github/**" -x "**/dist/**" -x "**/examples/mcp*" -x "**/data/**" -x "*.jsonl" -x "**/schema/" -x CONTRIBUTING.md

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/mister-weeden/wordpress-mcp-server'

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