Feature 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.
Feature hasn't been suggested before.
Describe the enhancement you want to request
The
mcp-servers.mdxdocs 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
### Last9section 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:Happy to submit a PR against
packages/web/src/content/docs/mcp-servers.mdx.