O
Osc MCP
MCP server by jakeaboganda
创建于 4/30/2026
更新于 about 8 hours ago
README
Repository documentation and setup instructions
OpenSCENARIO MCP Server
Rust library and MCP server for AI agents to generate, validate, and export ASAM OpenSCENARIO test scenarios.
Project Structure
osc-mcp/
├── Cargo.toml # Workspace configuration
├── openscenario/ # Core library crate
│ ├── Cargo.toml
│ ├── src/
│ │ └── lib.rs # Library entry point
│ └── tests/ # Integration tests
└── openscenario-mcp/ # MCP server crate
├── Cargo.toml
└── src/
└── main.rs # Server entry point
Features
- Multi-version support (OpenSCENARIO 1.0, 1.1, 1.2)
- Fail-fast validation with verbose errors
- Read-only catalog support
- OpenDRIVE integration for position validation
- MCP server for AI agent workflows
License
MIT
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/jakeaboganda/osc-mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"jakeaboganda-osc-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/jakeaboganda/osc-mcp"
]
}
}
}