0.0.2 • Published 7 months ago

@feedmob/singular-reporting v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Singular Reporting MCP Server

Node.js server implementing Model Context Protocol (MCP) for Singular Reporting.

Usage with Claude Desktop

  1. Make sure you have installed and updated to the latest version of Claude for Desktop.
  2. Open the Claude for Desktop configuration file:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  1. Add the Jampp MCP server to the configuration:

NPX

{
  "mcpServers": {
    "singular": {
      "command": "npx",
      "args": [ "-y", "@feedmob/singular-reporting" ],
      "env": {
        "SINGULAR_API_KEY": "api_key",
        "SINGULAR_API_BASE_URL": "api_base_url"
      }
    }
  }
}

License

MIT

0.0.2

7 months ago

0.0.1

7 months ago