@automattic/mcp-context-a8c
v0.1.5
Published
MCP server for Automattic internal context (Linear, Slack, P2s)
Maintainers
Readme
MCP Context A8C
MCP server for ContextA8C.
Installation
npm install @automattic/mcp-context-a8cUsage
Claude Code
Add to your MCP configuration:
{
"mcpServers": {
"context-a8c": {
"command": "npx",
"args": ["@automattic/mcp-context-a8c"]
}
}
}Direct execution
npx @automattic/mcp-context-a8cFeatures
- Pre-configured OAuth: WordPress.com OAuth with Context A8C client ID
- System proxy support: Automatically detects and uses system proxy (PAC file on macOS, env vars on Linux)
Proxy Support
This package enables system proxy detection by default (USE_SYSTEM_PROXY=true).
Environment Variables
All settings can be overridden via environment variables:
| Variable | Default | Description |
|----------|---------|-------------|
| WP_API_URL | Context A8C endpoint | API endpoint URL |
| WP_OAUTH_CLIENT_ID | 128117 | OAuth client ID |
| USE_SYSTEM_PROXY | true | Enable system proxy detection |
Implementation Notes
This package is a thin wrapper around @automattic/mcp-wordpress-remote. It sets Automattic-specific environment defaults before delegating to the base MCP server.
See the mcp-wordpress-remote documentation for additional configuration options and details.
