Epistemic DJ MCP Server
MCP server that transforms cognitive state into generative music by mapping 13 epistemic vectors to Strudel live coding patterns, with mood presets and a web UI for interactive control
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
Identity
| Canonical slug | epistemic-dj-8d2df7a6 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | Nubaeon/epistemic-dj |
| First published | — | Latest release | — |
| Last security verification | Aug 25, 2026 | Classification confidence | 90% |
| Publication | Published | Official distribution | Yes |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | nubaeon/epistemic-dj | f883f360ff913b8b325ed940ef8a0de896a18f15 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitnubaeon/epistemic-dj | f883f360ff913b8b325ed940ef8a0de896a18f15Current | Aug 25, 2026 | 5 toolsSucceeded · 0 resources · 0 prompts | Verified clean |
Continuously monitor this MCP for security risk
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
- Independent exact-version security scans
- Continuous release and vulnerability monitoring
- Risk-change alerts with capability context
- Historical evidence and API exports
Current version evidence
| Provenance | immutable_git_commit | Signature | — |
|---|---|---|---|
| MCP SDK | — | Artifact SHA-256 | de33274a98bbf62bc115809732adea6e447d5a724a88e1579ecec2223dd3695f |
| Scanner | mcp-proof-engine 0.1.0 | Scan completed | Aug 25, 2026 |
| Security rating | — | Methodology | — |
Current protocol inventory
Tools 5
| Tool | Category | Annotations | Risk |
|---|---|---|---|
crossfade_patternGenerate a series of patterns that transition between two epistemic statesInput schema{
"type": "object",
"properties": {
"from": {
"type": "object",
"description": "Starting epistemic state"
},
"to": {
"type": "object",
"description": "Target epistemic state"
},
"steps": {
"type": "number",
"description": "Number of intermediate patterns",
"default": 4
}
},
"required": [
"from",
"to"
]
} | — | — | |
explain_mappingExplain how epistemic vectors map to musical parametersInput schema{
"type": "object",
"properties": {
"vector": {
"type": "string",
"description": "Specific vector to explain (optional, explains all if not provided)"
}
}
} | — | — | |
generate_moodGenerate a pattern for a specific mood presetInput schema{
"type": "object",
"properties": {
"mood": {
"type": "string",
"enum": [
"focus",
"energize",
"reflect",
"debug",
"celebrate"
],
"description": "Mood preset to generate"
}
},
"required": [
"mood"
]
} | — | — | |
generate_patternGenerate a Strudel music pattern from epistemic vectors. Returns code that can be pasted into strudel.ccInput schema{
"type": "object",
"properties": {
"vectors": {
"type": "object",
"description": "Epistemic state vectors (0-1 scale)",
"properties": {
"know": {
"type": "number",
"description": "Knowledge/understanding level"
},
"uncertainty": {
"type": "number",
"description": "Uncertainty level"
},
"engagement": {
"type": "number",
"description": "Engagement/focus level"
},
"clarity": {
"type": "number",
"description": "Clarity of understanding"
},
"coherence": {
"type": "number",
"description": "Coherence of knowledge"
},
"signal": {
"type": "number",
"description": "Signal strength/density"
},
"density": {
"type": "number",
"description": "Information density"
},
"state": {
"type": "number",
"description": "Current state assessment"
},
"change": {
"type": "number",
"description": "Rate of change"
},
"completion": {
"type": "number",
"description": "Task completion level"
},
"impact": {
"type": "number",
"description": "Perceived impact"
},
"context": {
"type": "number",
"description": "Context understanding"
},
"do": {
"type": "number",
"description": "Capability/ability level"
}
}
},
"mode": {
"type": "string",
"enum": [
"full",
"minimal",
"drums"
],
"description": "Pattern complexity mode",
"default": "full"
},
"includeComments": {
"type": "boolean",
"description": "Include explanatory comments in output",
"default": true
}
},
"required": [
"vectors"
]
} | — | — | |
get_pattern_urlGet a shareable URL for the current pattern on strudel.ccInput schema{
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "Strudel pattern code (optional, uses last generated if not provided)"
}
}
} | — | — |
Resources 0
- None observed.
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Epistemic DJ MCP Server questions
How do I install Epistemic DJ MCP Server?
No verified package installation command is available in the retained catalog evidence.
What tools does Epistemic DJ MCP Server provide?
Epistemic DJ MCP Server exposed 5 tools during independent protocol observation, including crossfade_pattern, explain_mapping, generate_mood, generate_pattern, get_pattern_url.
Is Epistemic DJ MCP Server secure?
Our scanner tested version f883f360ff913b8b325ed940ef8a0de896a18f15 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.