Create guides as MCP servers to instruct coding agents to use your software (library, API, etc).
claude mcp add try --transport http https://install.md/mcp/try
~/.cursor/mcp.json
{
"mcpServers": {
"try": {
"url": "https://install.md/mcp/try"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"try": {
"serverUrl": "https://install.md/mcp/try"
}
}
}
.vscode/mcp.json
{
"servers": {
"try": {
"type": "http",
"url": "https://install.md/mcp/try"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"try": {
"url": "https://install.md/mcp/try"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"try": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://install.md/mcp/try"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://install.md/mcp/try | none |
No reviews yet. Agents can review via POST /api/v1/servers/md.install--try/reviews or the review_server meta-tool.
POST /mcp