loading…
Search for a command to run...
loading…
Converts URL content to Markdown, providing two tools: one for extracting main article content and one for converting the entire HTML.
Converts URL content to Markdown, providing two tools: one for extracting main article content and one for converting the entire HTML.
A Go MCP (Model Context Protocol) server that converts URL content to Markdown.
Server URL: http://localhost:8890/sse
markdown_content_of_url - Extracts the main article content from a URL and converts it to Markdownmarkdown_all_html_of_url - Converts the entire HTML content from a URL to MarkdownThe server can operate in two modes: stdio and sse (Server-Sent Events). By default, it uses sse.
go_mcp_server_mdurl -t stdio
go_mcp_server_mdurl -t sse -h 0.0.0.0 -p 8890
SSE endpoint:
http://localhost:8890/sse
make build
Binary output: ./go_mcp_server_mdurl
This repo includes an npm wrapper so the server can be installed and run via npx.
npm run build:npm
This creates platform binaries under native/ and prepares the package for npm pack/publish.
After publishing the package (or using a local tarball), you can run:
npx go-mdurl-mcp-server -t stdio
To run a specific version:
npx [email protected] -t stdio
For a local tarball:
npm pack
npx ./go-mdurl-mcp-server-*.tgz -t stdio
claude mcp add --transport stdio mdurl -- npx -y go-mdurl-mcp-server -t stdio
In project .mcp.json or global ~/.claude.json:
{
"mcpServers": {
"mdurl": {
"type": "stdio",
"command": "npx",
"args": ["-y", "go-mdurl-mcp-server", "-t", "stdio"]
}
}
}
Codex supports MCP servers in ~/.codex/config.toml or via the codex mcp add command.
Add via CLI:
codex mcp add mdurl -- npx -y go-mdurl-mcp-server -t stdio
Or configure in ~/.codex/config.toml:
[mcp_servers.mdurl]
command = "npx"
args = ["-y", "go-mdurl-mcp-server", "-t", "stdio"]
~/.cursor/mcp.json%USERPROFILE%\\.cursor\\mcp.json{
"mcpServers": {
"mdurl": {
"command": "npx",
"args": ["-y", "go-mdurl-mcp-server", "-t", "stdio"]
}
}
}
{
"mcpServers": {
"mdurl": {
"command": "/path/to/go_mcp_server_mdurl",
"args": ["-t", "stdio"]
}
}
}
Выполни в терминале:
claude mcp add mdurl -- npx Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development