JupiterOne MCP Server
@JupiterOne
关于 JupiterOne MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jupiterone": {
"command": "npx",
"args": [
"-y",
"@jupiterone/jupiterone-mcp"
],
"env": {
"JUPITERONE_API_KEY": "your-api-key-here",
"JUPITERONE_ACCOUNT_ID": "your-account-id-here",
"JUPITERONE_BASE_URL": "https://graphql.us.jupiterone.io"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is JupiterOne MCP Server?
A Model Context Protocol (MCP) server that provides access to JupiterOne tools, enabling AI assistants and other MCP clients to interact with JupiterOne's data.
How to use JupiterOne MCP Server?
Install with npx or global npm install, then configure Claude Desktop or Cursor IDE with your JupiterOne API key, account ID, and optional base URL. Requires Node.js ≥ 18 and an active JupiterOne account.
Key features of JupiterOne MCP Server
- Manage rules (list, get details, create, update, evaluate)
- Retrieve rule evaluation history and details
- Monitor active alerts
- Manage dashboards (list, get details, create, update, create widgets)
- Manage integrations (definitions, instances, jobs, events)
- Test API connection and get account info
- Execute J1QL queries
Use cases of JupiterOne MCP Server
- Automate rule creation and evaluation from an AI assistant
- Query and visualize JupiterOne data without leaving the chat interface
- Monitor active alerts and integrate with incident response workflows
- Manage dashboard layouts and widgets programmatically
- Troubleshoot integration jobs by retrieving job details and events
FAQ from JupiterOne MCP Server
What credentials are required?
You need a JupiterOne API key and account ID. The API key is created in Settings → API Keys; the account ID can be found in account management or by running a J1QL query.
What runtime does it require?
Node.js version 18 or higher.
How do I install it?
You can use npx (npx -y @jupiterone/jupiterone-mcp) or install globally (npm install -g @jupiterone/jupiterone-mcp) and reference the full path in your MCP client configuration.
Where does the server connect?
It connects to the JupiterOne GraphQL endpoint. The default URL is https://graphql.us.jupiterone.io, but you can override it with the JUPITERONE_BASE_URL environment variable.
What transports does it use?
The server uses standard MCP over stdio (command-line integration). No built-in HTTP transport is mentioned.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Nginx UI
0xJackyYet another WebUI for Nginx
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论