Ask
Rank #20,392com.lassare/ask
MCP server providing ask capabilities
Ask is a Model Context Protocol (MCP) server published by lassare-hq. It ranks #20,392 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Ask is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on Feb 20, 2026.
Ranks ahead of 95,068 of 115,460 servers on MCP Toplist.
Use Ask
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http ask https://mcp.lassare.com/mcp[mcp_servers.ask]
url = "https://mcp.lassare.com/mcp"Add to ~/.codex/config.toml.
https://mcp.lassare.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ask": {
"url": "https://mcp.lassare.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ask": {
"type": "http",
"url": "https://mcp.lassare.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ask": {
"serverUrl": "https://mcp.lassare.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ask": {
"url": "https://mcp.lassare.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.lassare%2Fask)<a href="https://mcptoplist.com/server/com.lassare%2Fask"><img src="https://mcptoplist.com/badge/com.lassare%2Fask.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
lassare-hq
Other servers by lassare-hq
View all lassare-hq servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Feb 20, 2026 |
| 1.0.0 | Feb 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ask?
- Ask is maintained by lassare-hq, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Ask listed on the Official MCP Registry?
- Yes — Ask is listed on the Official MCP Registry.
- How many versions does Ask have?
- MCP Toplist tracks 3 versions of Ask, most recently published on Feb 20, 2026.
- Where can I find the source code for Ask?
- The source code for Ask is hosted at github.com/lassare-hq/mcp-server.