Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"knowledge-substrate": {
"command": "node",
"args": [
"${user_config.knowledge_substrate_mcp_path}/src/index.js"
],
"env": {
"MFW_OWNER_ID": "${user_config.substrate_owner_id}",
"SUPABASE_URL": "${user_config.substrate_supabase_url}",
"SUPABASE_ANON_KEY": "${user_config.substrate_anon_key}",
"SUPABASE_SERVICE_ROLE_KEY": "${user_config.substrate_service_role_key}"
}
}
}
}Replace placeholder values for: SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
MFW_OWNER_ID=${user_config.substrate_owner_id}SUPABASE_URL=${user_config.substrate_supabase_url}SUPABASE_ANON_KEY=${user_config.substrate_anon_key}SUPABASE_SERVICE_ROLE_KEY=${user_config.substrate_service_role_key}Sensitive values you must provide — never committed to source control
npx claudepluginhub kvmadden/madden-frameworks-skills-plugin --plugin madden-frameworks-skills