bullet-mcp
Verified Safeby Chaos2555
Overview
Validating and improving bullet point lists based on cognitive research principles, designed to be integrated as a tool for LLMs or other content generation systems.
Installation
npx @modelcontextprotocol/inspector dist/index.jsEnvironment Variables
- BULLET_STRICT_MODE
- BULLET_NO_CITATIONS
- BULLET_NO_COLOR
Security Notes
The server primarily communicates via standard I/O (`StdioServerTransport`), which limits direct external network attack surface. It includes input validation to prevent malformed data from reaching core logic. `fs.readFileSync` is used safely for `package.json`. No `eval` or obvious hardcoded secrets were found. The tool relies on the `@modelcontextprotocol/sdk`, assuming its security integrity.
Similar Servers
mcp-sequentialthinking-tools
Guides LLM-driven sequential problem-solving by breaking down complex problems into manageable steps and providing confidence-scored recommendations for MCP tool usage at each stage.
mcp-advisor
Provides LLMs and humans with structured access to the Model Context Protocol (MCP) specification and documentation for understanding and compliance evaluation.
deep-research-mcp
Facilitates comprehensive web research and data aggregation from diverse sources using Tavily APIs to generate structured information for LLM-powered markdown documentation.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.