magnet-mcp-server
Verified Safeby toolkit-ai
Overview
Provides a Model Context Protocol (MCP) server for AI agents to interact with Magnet.run's issue and page management features using markdown.
Installation
npx -y @magnet-ai/magnet-mcp-serverEnvironment Variables
- MAGNET_API_KEY
- MAGNET_WEB_API_BASE_URL
Security Notes
The server correctly uses environment variables for sensitive data like MAGNET_API_KEY and MAGNET_WEB_API_BASE_URL, preventing hardcoded secrets. Input validation is performed using Zod schemas, mitigating common injection risks. No 'eval' or malicious obfuscation patterns were identified. The primary security consideration is the proper management and security of the API key by the deployer, as misconfiguration of MAGNET_WEB_API_BASE_URL could direct API calls to unintended endpoints.
Similar Servers
mcp-server
Provides real-time Indian options market data and volatility analytics to AI chats, enabling quantitative analysis and trading insights.
axone-mcp
Axone's Model-Context Protocol (MCP) server acts as a gateway for AI-powered tools to query and interact with data and governance code on the Axone blockchain's dataverse.
Dida365MCP
This server integrates Dida365 (TickTick) task management capabilities, allowing an AI agent to create, read, update, and delete tasks and projects via the Model Context Protocol (MCP).
drilling_mcp_server
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.