Back to Home
toolkit-ai icon

magnet-mcp-server

Verified Safe

by 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

Run Command
npx -y @magnet-ai/magnet-mcp-server

Environment 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

Stats

Interest Score34
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars4
Forks1
Last Update2026-01-12

Tags

Task ManagementAI IntegrationMCP ServerDeveloper ToolsAgentic Workflow