sint-resonance-mcp
Click on "Install 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., "@sint-resonance-mcpfind past solutions similar to my current debugging problem"
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.
sint-resonance-mcp
Resonance Detection MCP server — proactively finds cross-domain pattern matches between the current problem and past experiences.
Tools
Tool | Description |
| Index a problem-solution pair |
| Find top K resonating past problems |
| Match by structural pattern (not keywords) |
| Auto-suggest resonances from current context |
| List all domains in index |
| Index statistics |
Related MCP server: verifiable-thinking-mcp
Architecture
sint-resonance-mcp/
├── server.py — FastMCP server
├── config.py — NAME, VERSION
├── resonance/
│ ├── index.py — Problem-solution index (persisted to ~/.config/opencode/resonance/)
│ ├── embeddings.py — TF-IDF + keyword overlap similarity (zero external deps)
│ ├── structural.py — Structural pattern matching (AST-like fingerprints)
│ └── proactive.py — Proactive suggestion engine
└── pyproject.tomlPersistence
Data is stored at ~/.config/opencode/resonance/index.json — survives server restart.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceMonitors and analyzes interactions between MCP servers to detect emergent patterns, visualize coupling relationships, and suggest optimal next actions based on system coherence and resonance state.Last updated12
- AlicenseBquality-maintenanceMCP server for structured reasoning with cognitive trap detection, verification, and context compressionLast updated5411
- Alicense-qualityDmaintenanceAn MCP server that stores atomic facts extracted from text, links them to entities and relationships, and synthesizes higher-order observations (patterns, preferences, insights) via a reflect loop.Last updated503MIT
- Flicense-qualityBmaintenanceMCP server providing persistent cognitive infrastructure including semantic memory, emotional processing, identity continuity, and a subconscious daemon for pattern analysis.Last updated22
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server exposing Kettle Logic insight articles & industry guidance as tools + resources.
Remote MCP server for XDaLa workflow preparation on XGR.Network.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kostyk348/sint-resonance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server