AI Prompt Server Tools MCP Server

April 15, 2025 ยท View on GitHub

Node.js server implementing Model Context Protocol (MCP) for AI Prompt operations.

Features

  • Send Request to Prompt Server
  • Get Prompt Info

Note:

API

Resources

Tools

Usage with 5ire Desktop

Command: npx -y @alexissinglaire/mcpfabrictools
Environment Variable:
API_KEY: API key/token>
API_VER_URL: host of API Server to verify the key using Header Auth method
PROMPT_SERVER_URL: host of Prompt Server

Note: your API server must return following json upon successfull verification. If the verification successfull, json apiKeyValid should set to true, else set to false.

{ "apiKeyValid": true }

NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@alexissinglaire/mcpfabrictools" 
      ]
    }
  }
}

Build

Docker build:

docker build -t mcp/filesystem -f src/filesystem/Dockerfile .

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.