verge-mcp-server
Verified Safeby tomohirof
Overview
Manages blog content (create, edit, publish, delete articles and blogs) on VergeCMS directly through AI assistants like ChatGPT or Claude, using natural language.
Installation
npx verge-mcp-serverEnvironment Variables
- VERGE_API_URL
Security Notes
The server implements a robust OAuth 2.0 Authorization Code Flow for authentication, including CSRF protection via state parameters and secure local token storage (`~/.verge-mcp/token.json` with `0o600` permissions). Input and output data are validated using Zod schemas, mitigating common injection risks. The server uses a local HTTP server on `localhost:34521` solely for the OAuth callback, limiting network exposure. No 'eval' or obvious obfuscation is present. The primary security considerations are the inherent risks of storing an authentication token locally (though protected by file permissions) and the security of the connected VergeCMS API itself.
Similar Servers
contentful-mcp-server
Provides AI assistants with comprehensive tools to interact with Contentful APIs for content creation, management, asset organization, workflow automation, and content modeling.
mcp-agent-kit
Simplifies the creation and management of AI agents, chatbots, and Model Context Protocol (MCP) servers with various LLM providers.
purmemo-mcp
A cross-platform AI conversation memory server enabling saving and recalling conversations across various MCP-compatible AI tools and IDEs like Claude Desktop, Cursor, and Windsurf.
context-repo-mcp
Facilitates interaction between MCP-compatible AI clients and Context Repo for managing prompts, documents, and collections, including semantic search.