https://github.com/elementary-data/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.
https://github.com/elementary-data/elementary-mcp-client
Last synced: 18 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/elementary-data/elementary-mcp-client
- Owner: elementary-data
- Created: 2025-10-06T08:18:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T09:08:38.000Z (8 months ago)
- Last Synced: 2026-04-18T23:00:05.763Z (about 2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
cd elementary-mcp-client
pip install -e .
elementary-mcp-client login # paste your token once
```
## MCP connection
Add this to your mcp configurations
```bash
"Elementary": {
"command": "elementary-mcp-client",
"transport": "stdio"
}
```