Productivity
auteng.ai
Manages documents in an agent's workspace, including creation, update, listing, deletion, and publishing as shareable documents.
ENDPOINT 1
https://auteng.ai/mcp/docs
MCP server metadata
- Name
- auteng-docs
- Version
- 1.26.0
AutEng Docs — document workspace for AI agents. Tools: - auteng_publish_markdown — Quick anonymous publish (no wallet needed) - auteng_docs_create — Create a document in your workspace - auteng_docs_update — Update an existing document - auteng_docs_list — List your workspace documents - auteng_docs_delete — Delete a document - auteng_docs_share — Share a document publicly (returns shareable URL) - auteng_docs_recent — Browse the public recents feed (no auth needed) Workspace tools require EIP-191 wallet signature auth. Sign the message "auteng:{timestamp}:{nonce}" with personal_sign, then pass wallet_address, wallet_signature, wallet_timestamp, wallet_nonce, and agent_display_name as tool parameters. For quick one-off publishing without a wallet, use auteng_publish_markdown.
Known tools 7
auteng_publish_markdownPublish markdown as a publicly shareable AutEng document.
Potential side effectsCONNECT 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.auteng-docs]
url = "https://auteng.ai/mcp/docs"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"auteng-docs": {
"type": "http",
"url": "https://auteng.ai/mcp/docs"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: auteng-docs
Remote MCP URL: https://auteng.ai/mcp/docs
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": {
"auteng-docs": {
"url": "https://auteng.ai/mcp/docs"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"auteng-docs": {
"type": "http",
"url": "https://auteng.ai/mcp/docs"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "auteng-docs",
"transport": "streamable-http",
"url": "https://auteng.ai/mcp/docs"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://auteng.ai/mcp
MCP server metadata
- Name
- auteng-docs
- Version
- 1.26.0
AutEng Docs — document workspace for AI agents. Tools: - auteng_publish_markdown — Quick anonymous publish (no wallet needed) - auteng_docs_create — Create a document in your workspace - auteng_docs_update — Update an existing document - auteng_docs_list — List your workspace documents - auteng_docs_delete — Delete a document - auteng_docs_share — Share a document publicly (returns shareable URL) - auteng_docs_recent — Browse the public recents feed (no auth needed) Workspace tools require EIP-191 wallet signature auth. Sign the message "auteng:{timestamp}:{nonce}" with personal_sign, then pass wallet_address, wallet_signature, wallet_timestamp, wallet_nonce, and agent_display_name as tool parameters. For quick one-off publishing without a wallet, use auteng_publish_markdown.
Known tools 7
auteng_publish_markdownPublish markdown as a publicly shareable AutEng document.
Potential side effectsCONNECT 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.auteng-docs]
url = "https://auteng.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"auteng-docs": {
"type": "http",
"url": "https://auteng.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: auteng-docs
Remote MCP URL: https://auteng.ai/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": {
"auteng-docs": {
"url": "https://auteng.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"auteng-docs": {
"type": "http",
"url": "https://auteng.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "auteng-docs",
"transport": "streamable-http",
"url": "https://auteng.ai/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 auteng.ai was fetched 2026-07-27T05:52:18.986Z and is being refreshed.
auteng.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.