Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 605 Bytes

File metadata and controls

20 lines (17 loc) · 605 Bytes

Elementary MCP Client

A lightweight CLI wrapper that lets Cursor, VS Code, and other MCP-compatible editors connect to the Elementary MCP server using a personal access token — no hard-coding or environment variables in config.

Installation

The package is not yet published, so installation must be from the project's directory

cd elementary-mcp-client
pip install -e .
elementary-mcp-client login  # paste your token once

MCP connection

Add this to your mcp configurations

"Elementary": {
        "command": "elementary-mcp-client",
        "transport": "stdio"
    }