
Security News
The AI Industry Is Betting on Open Weights
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.
last9-mcp-server
Advanced tools
Last9 MCP Server - Model Context Protocol server implementation for Last9
A Model Context Protocol server implementation for Last9 that enables AI agents to query your data using Last9.
Works with Claude desktop app. Implements two MCP tools:
You can install the Last9 MCP server using either
# Add the Last9 tap
brew tap last9/tap
# Install the Last9 MCP CLI
brew install last9-mcp
The service requires the following environment variables:
LAST9_AUTH_TOKEN: Authentication token for Last9 MCP server (required)LAST9_BASE_URL: Last9 API URL (required)Configure the Claude app to use the MCP server:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"last9": {
"command": "/opt/homebrew/bin/last9-mcp",
"env": {
"LAST9_AUTH_TOKEN": "your_auth_token",
"LAST9_BASE_URL": "https://otlp.last9.io"
}
}
}
}
Configure Cursor to use the MCP server:
{
"mcpServers": {
"last9": {
"command": "/opt/homebrew/bin/last9-mcp",
"env": {
"LAST9_AUTH_TOKEN": "your_auth_token",
"LAST9_BASE_URL": "https://otlp.last9.io"
}
}
}
}
FAQs
Last9 MCP Server - Model Context Protocol server implementation for Last9
We found that last9-mcp-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.