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.1.tar.gz (3.7 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.1-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wevitos_mcp-0.1.1.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

Hashes for wevitos_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f5a2bcc49132b5bdae712c7ad38087e8dd65b4b7a2d5f4c8d2e3d6f8ae928771
MD5 9ae9bc66b86083fdd1e64fd561d043c0
BLAKE2b-256 3904eb6c0ea803d0c37e3a8ac0dfcd8cf64f769ab7cc538c9257e3cd9087ae56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wevitos_mcp-0.1.1-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

Hashes for wevitos_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 62533fb57bfc258488a7dad95a3918f8b9ec3b9fef64ff09e0cba773292b98ec
MD5 cedba5b6f9e74e27487ac0357cf91aa3
BLAKE2b-256 e784ae2282233a4927dc76f9fc751192071e08d522f946196c5cf0ac2f2903cc

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