server-mcp
Verified Safeby SCIAM-FR
Overview
Manages blog articles with search and creation capabilities via the Model Context Protocol, intended for integration with AI assistants like Claude Desktop.
Installation
java -jar target/mcp-server-1.0-SNAPSHOT-executable.jarSecurity Notes
The server operates via stdin/stdout transport, limiting direct network exposure. Data is stored in-memory, mitigating common database-related vulnerabilities like SQL injection. Input validation is minimal beyond type enforcement, but given the in-memory nature and lack of external dependencies, direct code injection or severe exploits are unlikely. Potential for denial of service exists if large numbers of very large articles are created, exhausting memory resources in the in-memory repository.
Similar Servers
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
unified-thinking
A Model Context Protocol (MCP) server that consolidates multiple cognitive thinking patterns into a single Go-based implementation with 85 specialized reasoning tools for enhanced problem-solving and AI integration.
mcp-dashboard
Manage Model Context Protocol (MCP) server settings for Claude Code and Claude Desktop through a local web-based graphical user interface.
mcp-wordpress-server
Enables AI-driven content creation and management for WordPress blogs, automating posting of Markdown articles and AI-generated featured images.