Manage projects, tasks, time tracking, and team collaboration through natural language.
{
"mcpServers": {
"com-astravue-astravue-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for com.astravue/astravue-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The Astravue MCP Server is a cloud-based bridge between your Astravue workspace and compatible AI tools. Once configured, it enables those tools to interact with your spaces, projects, tasks, time entries, and custom fields in real time. All actions are authenticated via OAuth 2.0 and respect the user's existing access controls.
With the Astravue MCP Server, you can:
It's designed for project managers, developers, and teams who use AI-powered IDEs or assistants and want to manage work without context switching.
All clients connect to the same endpoint: https://api.astravue.com/mcp
You will be asked to sign in to Astravue in your browser the first time you connect.
| Client | Docs | Transport | | :----- | :--- | :-------- | | Claude Code | MCP setup | Streamable HTTP | | Claude Desktop | MCP setup | Streamable HTTP | | Claude.ai (Web) | Remote MCP | Streamable HTTP | | Claude Mobile | — | Streamable HTTP | | Cursor | MCP setup | Streamable HTTP | | VS Code | MCP setup | Streamable HTTP | | Windsurf | MCP setup | Streamable HTTP | | Cline | MCP setup | Streamable HTTP | | JetBrains IDEs | MCP setup | Streamable HTTP | | Gemini CLI | MCP setup | Streamable HTTP |
Run the following command in your terminal:
claude mcp add --transport http astravue-mcp https://api.astravue.com/mcp
Your browser will open automatically. Sign in with your Astravue account and click Approve.
To confirm the connection, run /mcp in a new Claude Code session. You should see astravue-mcp listed with a green connected status.
Add the --scope project flag to create a .mcp.json file in your project root:
claude mcp add --transport http --scope project astravue-mcp https://api.astravue.com/mcp
Commit .mcp.json to your repository so teammates automatically get the connection.
Requires a Claude Pro, Max, Team, or Enterprise plan.
https://api.astravue.com/mcpIf Connectors is not available in your Claude Desktop version, edit:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"astravue-mcp": {
"type": "http",
"url": "https://api.astravue.com/mcp"
}
}
... [View full README on GitHub](https://github.com/AstravueOrg/astravue-mcp-server#readme)