magnet-mcp-server

magnet-mcp-serverは、JavaScriptで構築された自動化サーバーです。複数のタスクを効率的に管理し、ワークフローを最適化するための機能を提供します。特に、APIとの連携やデータ処理に強みを持ち、開発者が迅速にプロジェクトを進めるためのツールとして利用されます。

GitHubスター

2

ユーザー評価

未評価

お気に入り

0

閲覧数

10

フォーク

1

イシュー

0

README
Magnet MCP Server

An MCP server for interacting with Magnet (magnet.run)

To set it up:

  1. Generate an API key for your Workspace (Organization) at
    https://magnet.run/settings

  2. Set up your MCP server JSON configuration in Cursor, Claude Code, Claude Desktop or wherever you're looking to use it. Here's an example configuraition

{
  "command": "npx",
  "args": [
    "magnet-mcp-server"
  ],
  "env": {
    "MAGNET_API_KEY": "your-api-key-here" //Go to https://magnet.run/settings
  }
}
💡 TIP:

If you are seeing issues getting your MCP server configuration working, consider that it might be an issue with the node / npx version, and try to put a full path to the npx you would like to use in the "command" field.