opsenes-mcp
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@opsenes-mcpWhat incidents are open right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# opsenes-mcp
The official Model Context Protocol server for Opsenes. It exposes Opsenes capabilities as MCP tools, resources, and prompts so AI clients can operate the platform safely.
Part of the Opsenes developer tools. See also opsenes-sdk and opsenes-cli.
Install
pnpm add -g @opsenes/mcp-server
# run the server binary
opsenes-mcpRelated MCP server: Jeltz
Quick start
Add the server to your MCP client configuration:
{
"mcpServers": {
"opsenes": {
"command": "opsenes-mcp",
"env": { "OPSENES_API_KEY": "your-key" }
}
}
}Packages
Package | Purpose |
| Server binary (bin: opsenes-mcp) |
| MCP server assembly |
| MCP tool definitions |
| MCP resource definitions |
| MCP prompt definitions |
| MCP transport layer |
Dependency rules
@opsenes/mcp-server
├── @opsenes/mcp-tools
├── @opsenes/mcp-resources
├── @opsenes/mcp-prompts
├── @opsenes/mcp-transport
└── @opsenes/sdkMCP packages must never import @opsenes/cli-*, terminal UI, or CLI command
implementations. They may depend on @opsenes/sdk (never the reverse).
Development
pnpm install
pnpm build
pnpm test
pnpm check # lint + typecheck + tests + dependency-cruiserDocumentation
Community
Website: opsenes.in
GitHub: github.com/opsenesai
X: @opsenes
LinkedIn: Opsenes
License
MIT (c) Opsenes
This server cannot be deployed
Maintenance
Related MCP Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Let AI agents query data and act across all your business apps via MCP.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceConnects AI assistants to the ThinkPrompt platform for managing style guides, requirements, projects, documents, and workflows via 85 MCP tools.2 npmMIT
- AlicenseNot gradedqualityDmaintenanceConnects AI assistants to physical devices via MCP, enabling LLMs to reason about sensor data, perform cross-device correlation, and interpret anomalies.4Apache 2.0
- FlicenseNot gradedqualityCmaintenanceA single MCP server that exposes safe, permission-checked tools for AI assistants to reach file systems, databases, APIs, Git, cloud services, and business applications.-
- AlicenseNot gradedqualityAmaintenanceConnects your personal Althea AI assistant to MCP-compatible tools like Codex and Claude, allowing you to send messages and retrieve conversation history.21 PyPIMIT