Skip to content

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.

Notifications You must be signed in to change notification settings

elementary-data/elementary-mcp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"
    }

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages