Back to Home
SCIAM-FR icon

server-mcp

Verified Safe

by 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

Run Command
java -jar target/mcp-server-1.0-SNAPSHOT-executable.jar

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-20

Tags

MCPJavaBlogAPITools