Skip to main content
Glama
kostyk348

sint-resonance-mcp

by kostyk348

sint-resonance-mcp

Resonance Detection MCP server — proactively finds cross-domain pattern matches between the current problem and past experiences.

Tools

Tool

Description

resonance_index(domain, problem, solution, tags)

Index a problem-solution pair

resonance_find(query, k, domains)

Find top K resonating past problems

resonance_structural(problem_structure, k)

Match by structural pattern (not keywords)

resonance_proactive(context_snapshot)

Auto-suggest resonances from current context

resonance_domains()

List all domains in index

resonance_stats()

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.toml

Persistence

Data is stored at ~/.config/opencode/resonance/index.json — survives server restart.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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