Skip to content

[FEATURE]: Add Last9 MCP server to docs examples #22848

@prathamesh-sonpatki

Description

@prathamesh-sonpatki

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

The mcp-servers.mdx docs page already documents Sentry, Context7, and Grep as example MCP servers, and explicitly invites PRs for more: "You can submit a PR if you want to document other servers."

Last9 provides a hosted MCP server that gives OpenCode access to production observability data — logs, traces, metrics, exceptions, and alerts — via OAuth. This lets developers debug production issues without leaving the terminal.

Proposed addition — a ### Last9 section under Examples:

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "last9": {
      "type": "remote",
      "url": "https://app.last9.io/api/v4/organizations/<org_slug>/mcp",
      "oauth": {}
    }
  }
}

After adding, authenticate with opencode mcp auth last9, then use it:

Why is payment-service throwing 500s right now? use last9

Happy to submit a PR against packages/web/src/content/docs/mcp-servers.mdx.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions