MCP server for Wevitos error tracking — lets AI coding assistants list, inspect, resolve, and comment on errors
Project description
wevitos-mcp
MCP server for Wevitos error tracking. Lets AI coding assistants (Claude Code, Cursor, etc.) list, inspect, resolve, and comment on errors directly from your editor.
Installation
pip install wevitos-mcp
Or with uvx:
uvx wevitos-mcp
Configuration
Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"wevitos": {
"command": "wevitos-mcp",
"env": {
"WEVITOS_BASE_URL": "https://app.wevitos.com"
}
}
}
}
Cursor
Add to your MCP settings:
{
"mcpServers": {
"wevitos": {
"command": "uvx",
"args": ["wevitos-mcp"],
"env": {
"WEVITOS_BASE_URL": "https://app.wevitos.com"
}
}
}
}
Environment variables
| Variable | Default | Description |
|---|---|---|
WEVITOS_BASE_URL |
http://localhost:8000 |
URL of your Wevitos instance |
Tools
All tools require an api_key parameter — your Wevitos project API key.
| Tool | Description |
|---|---|
list_errors |
List error groups (filter by status: open, resolved, ignored) |
get_error |
Get error detail with stacktrace |
resolve_error |
Resolve an error, optionally with a comment |
ignore_error |
Ignore an error, optionally with a comment |
reopen_error |
Reopen a resolved/ignored error |
Example usage
Once configured, ask your AI assistant:
- "List open errors in my project" (provide your API key)
- "Show me the stacktrace for error
<uuid>" - "Resolve error
<uuid>with comment 'Fixed null check in auth middleware'"
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wevitos_mcp-0.1.0.tar.gz.
File metadata
- Download URL: wevitos_mcp-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e886b07dcdd455b4289872fe586e03f33f02e2773ca96b00e325ee2bb8e31c7
|
|
| MD5 |
25b3f27e87f3529653ae18798313e0f4
|
|
| BLAKE2b-256 |
9d5929ef2296b4ea58fb44542955fe95ac98aacb7120c8ff6138882b3864576d
|
File details
Details for the file wevitos_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wevitos_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
306679470b315dead4c5c4d2dfe8eef52a7f58a9c1c74519d00dc0a248a5dda5
|
|
| MD5 |
1ab385922402c15eb4f7d14c8eccfc2d
|
|
| BLAKE2b-256 |
abbaa1c2ffcc2493e6385318b9fd36e15335fbfc27c439768ed6f06f538ba382
|