Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wevitos_mcp-0.1.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wevitos_mcp-0.1.2-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file wevitos_mcp-0.1.2.tar.gz.

File metadata

  • Download URL: wevitos_mcp-0.1.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for wevitos_mcp-0.1.2.tar.gz
Algorithm Hash digest
SHA256 e4feb5291dec8aaf3449c02f06005ea1ea76fdb464f181d1a3c24f91c8a386e0
MD5 1287de1f67843e9e1215480963fc58c2
BLAKE2b-256 8484f68368806cb3c00cd1ef33d0a4afdf4cf486d463ec4ed06831aa6041b0af

See more details on using hashes here.

File details

Details for the file wevitos_mcp-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: wevitos_mcp-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for wevitos_mcp-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a4c0eff9b77ea33598d0437a92a1478dc57d970c2b901ca32abb1401be014654
MD5 316c40e302d1bd3f3c824958725cbd85
BLAKE2b-256 395ab8ba748634695637171411662cb1a76619fa2f918b49e67b5232d8975b6d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page