Skip to content

drilonbrahelika/mcp-guru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guru MCP Server (Quick Start)

A Model Context Protocol (MCP) server for integrating Guru with Cursor and Claude.

Installation

  1. Clone and install dependencies:

    git clone https://github.com/drilonbrahelika/mcp-guru
    cd guru-mcp-server
    npm install
  2. Get your Guru API credentials:

    • Log into Guru > Settings > API
    • Generate an API token and note your username/email

Running the Server

Run the server with:

node guru-mcp-server.js

The server runs on stdio and is designed to be launched by MCP-compatible tools (like Cursor or Claude) via your mcp.json config.

Setup for Cursor & Claude

  1. Configure your MCP server:

    • Open or create .cursor/mcp.json in your home directory or project root.
    • Use this template (update the paths and credentials):
    {
      "mcpServers": {
        "guru": {
          "command": "node",
          "args": ["/absolute/path/to/guru-mcp-server.js"],
          "env": {
            "GURU_USERNAME": "your-guru-username",
            "GURU_TOKEN": "your-api-token"
          }
        }
      }
    }
    • Replace /absolute/path/to/guru-mcp-server.js with the actual path to your server file.
    • Insert your Guru username and API token.
  2. Restart Cursor or Claude for changes to take effect.


For more details, see the template in .cursor/mcp.json or the original README.

About

A Model Context Protocol (MCP) server for integrating Guru with Cursor and Claude.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors