MCP Server
Active
MIT
coach.marian/eng-leadership-toolkit MCP Server
coach.marian/eng-leadership-toolkit
What is the coach.marian/eng-leadership-toolkit MCP server?
Engineering leadership benchmarks, 1:1 playbooks, developer value calculator. 3,400+ sessions.
How to install coach.marian/eng-leadership-toolkit
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"eng-leadership-toolkit": {
"url": "https://www.marian.coach/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"eng-leadership-toolkit": {
"serverUrl": "https://www.marian.coach/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"eng-leadership-toolkit": {
"type": "http",
"url": "https://www.marian.coach/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"eng-leadership-toolkit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.marian.coach/mcp"
]
}
}
}Claude Code
claude mcp add --transport http eng-leadership-toolkit https://www.marian.coach/mcpRelated MCP servers
Build your mentoring inquiry with Marian Kamenistak: formal offer in 16 minutes, 16% AI discount.
0
View repository →TypeScript
MIT