magnet-mcp-server
Verified Safeby toolkit-ai
Overview
Integrates AI agent clients (like Claude, Cursor) with the Magnet task/issue management platform, enabling AI agents to read, create, update, and search issues and pages, and upload chat sessions.
Installation
npx -y @magnet-ai/magnet-mcp-serverEnvironment Variables
- MAGNET_API_KEY
- MAGNET_WEB_API_BASE_URL
Security Notes
The server uses environment variables (MAGNET_API_KEY) for authentication, which is good practice. Input validation is handled robustly using Zod schemas for all tool inputs, reducing risks of malformed requests or injection. API calls include explicit error handling for common HTTP status codes (400, 401, 403, 404). No 'eval' or other directly dangerous functions are apparent in the provided source code. Network communication is via HTTPS to the Magnet API.
Similar Servers
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
axone-mcp
Acts as a gateway for AI-powered tools (like Claude) to interact with the Axone blockchain's dataverse via the Model-Context Protocol (MCP), primarily to retrieve governance code for resources.
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.