streamable-httpApache-2.0updated 26d ago
DiffBeam is a deterministic Gaussian beam optics service for AI agents and engineering tools. Its anonymous MCP searches optical component catalogs and reports server/catalog revisions. A separate credentialed Direct Agent Bridge analyzes and applies revisioned edits to a user's Gaussian Beam planner workspace.
DiffBeam Gaussian Beam Optics 能做什么?
DiffBeam by Gaussian Beam
DiffBeam is a deterministic Gaussian beam optics service for AI agents and engineering tools. Its anonymous MCP searches optical component catalogs and reports server/catalog revisions. A separate credentialed Direct Agent Bridge analyzes and applies revisioned edits to a user's Gaussian Beam planner workspace.
DiffBeam does not host or proxy a language model. Bring any compatible AI client.
Remote MCP server
- Endpoint:
https://catalog-api.gaussian-beam.com/mcp/ - Release:
2.0.0 - Registry name:
com.gaussian-beam/diffbeam - Human-readable documentation: https://gaussian-beam.com/mcp/
- Machine-readable manifest: https://gaussian-beam.com/.well-known/mcp/server.json
- Contracts: https://gaussian-beam.com/mcp/contracts/
MCP clients connect directly with Streamable HTTP. The public endpoint is anonymous, stateless, and read-only. It has no solver, design-link, or workspace authority.
No-install Direct Agent Bridge
An internet-capable AI that can send HTTPS POST requests does not need native MCP installation. The planner's Connect your AI dialog creates a workspace-specific endpoint, temporary scoped credential, and ready-to-copy prompt. The normal flow is:
get_workspace- make one small planner-native operation such as
add_lensorset_wavelength - inspect the returned beam feedback and explain the visible revision
- refine with the next useful operation; use
dry_runonly for explicit preview-only work
Read the Direct Agent Bridge guide. Never put a workspace credential in a URL, public page, model configuration, log, or repository.
Public MCP tools
get_diffbeam_statesearch_fiberssearch_fiber_collimatorssearch_lenses
Credentialed bridge operations
The bridge is not part of the anonymous MCP. It uses the temporary capability from Connect your AI and groups operations into:
- workspace reads, changes, and revision history;
- deterministic solving, beam summaries, waist finding, and point measurement;
- fiber, collimator, and lens catalog searches;
- planner-native source, element, parameter, unit, and beam-target mutations;
- undo and revision restore.
Writes require the current expected_revision and create a live planner
revision by default. The public MCP cannot access these operations.
Worked optical-design guides
- 4F Gaussian beam expander
- Fiber collimation from mode-field diameter
- Gaussian waist placement
- Practical focal-length selection
- MCP examples
The JSON file in examples/ is a planner-import example for documentation and
bridge workflows. It is not an argument accepted by the anonymous catalog MCP.
Repository scope
This public repository contains discovery metadata and integration documentation. It deliberately contains no production credentials, private workspace data, telemetry, or deployment configuration. The documents and examples are licensed under Apache-2.0.
Security issues should be reported privately as described in SECURITY.md.
安装
把 DiffBeam Gaussian Beam Optics 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http diffbeam-gaussian-beam-optics https://catalog-api.gaussian-beam.com/mcp/codex mcp add diffbeam-gaussian-beam-optics --url https://catalog-api.gaussian-beam.com/mcp/{
"mcpServers": {
"diffbeam-gaussian-beam-optics": {
"url": "https://catalog-api.gaussian-beam.com/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"diffbeam-gaussian-beam-optics": {
"type": "http",
"url": "https://catalog-api.gaussian-beam.com/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"diffbeam-gaussian-beam-optics": {
"url": "https://catalog-api.gaussian-beam.com/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"diffbeam-gaussian-beam-optics": {
"serverUrl": "https://catalog-api.gaussian-beam.com/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档16/25
- 维护19/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 17 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 2.0.0最新 | 2026年8月15日 |
| 1.0.0 | 2026年8月11日 |