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