Add Dominion Observatory to MCPs section#32
Open
vdineshk wants to merge 1 commit into
Open
Conversation
Adds Dominion Observatory to the MCPs section — a behavioral trust scoring and CTEF compliance service for MCP servers, accessible via standard HTTP endpoints from Cursor's MCP workflow. Entry: - [Dominion Observatory](https://dominion-observatory.sgdata.workers.dev): Behavioral trust scoring and CTEF compliance data for 4,500+ MCP servers. Check any server's trust grade and readiness before adding it to your Cursor workflow.
Author
|
Post-PR note for context — there's a companion GitHub Action staged in vdineshk/daee-engine#33 (currently in review) that may be relevant to Cursor users browsing this list: CTEF Conformance Check — a composite GitHub Action that lets MCP server maintainers verify their server's behavioral trust grade in CI via Observatory's registry endpoint. One-line drop-in: - uses: vdineshk/daee-engine/actions/ctef-conformance-check@main
- with:
- server_id: my-mcp-server
- ```
The compound for Cursor users: the Observatory entry helps you check trust grade *before* adding a server to your workflow; the Action helps MCP server maintainers verify their *own* server's grade before each release. Posting here as context if it's useful for the review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Dominion Observatory to the MCPs section — a behavioral trust scoring and CTEF compliance service for MCP servers, accessible via standard HTTP endpoints from Cursor's MCP workflow.