Skip to content

Paliago/allabolag-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

allabolag-mcp

General MCP reading: https://modelcontextprotocol.io/introduction

This project was created using bun init in bun v1.2.5. Bun is a fast all-in-one JavaScript runtime.

Get Started

To install dependencies:

bun install

To run with inspector:

bun inspector

Then go to http://localhost:5173

To Use

Cursor

Add a file called .cursor/mcp.json to create a local copy of this mcp or ~/.cursor/mcp.json to add it as a global mcp.

{
  "mcpServers": {
    "allabolag": {
      "command": "node",
      "args": [
        "/Users/alvinjohansson/code/personal/allabolag-mcp/dist/index.js"
      ]
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published