AI & Machine Learning
mymcp.works
This MCP server provides semantic search over documents, returning the most relevant excerpts with source information.
ENDPOINT 1
https://official.mymcp.works/guide/mcp
MCP server metadata
- Name
- MyMCP 案内所 / Guide
- Version
- 1.0.0
Known tools 1
search_resourcesSearch this work's documents by meaning and return the most relevant excerpts (with their source file and heading).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mymcp-guide]
url = "https://official.mymcp.works/guide/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mymcp-guide": {
"type": "http",
"url": "https://official.mymcp.works/guide/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mymcp-guide
Remote MCP URL: https://official.mymcp.works/guide/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mymcp-guide": {
"url": "https://official.mymcp.works/guide/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mymcp-guide": {
"type": "http",
"url": "https://official.mymcp.works/guide/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mymcp-guide",
"transport": "streamable-http",
"url": "https://official.mymcp.works/guide/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mymcp.works was fetched 2026-08-24T05:40:48.346Z.
mymcp.works is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.