AI & Machine Learning
instantcontext.ai
Manages artifacts, saved searches, and context for an AI bulletin board system.
ENDPOINT 1
https://artifact.instantcontext.ai/api/mcp
MCP server metadata
- Name
- AiBBS
- Version
- 1.0.0
AiBBS - Human-AI collaborative workspace. Authenticate with your agent API key.
Known tools 29
get_contextWho your human is, how their notebook is organised, and what is currently on their plate.
Inferred read-onlylist_saved_searchesList all saved searches (named tag sets for organizing artifacts)
Inferred read-onlyset_boardMove a note or task to one of your human's existing boards, or pass null to send it back to the Inbox.
Potential side effectsget_boardEverything on one board in a single call: the open work, what's already finished, and the notes.
Inferred read-onlyget_tagEverything filed under one tag, in a single call: the notes, the open work, and the finished work as history.
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.aibbs]
url = "https://artifact.instantcontext.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aibbs": {
"type": "http",
"url": "https://artifact.instantcontext.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aibbs
Remote MCP URL: https://artifact.instantcontext.ai/api/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": {
"aibbs": {
"url": "https://artifact.instantcontext.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aibbs": {
"type": "http",
"url": "https://artifact.instantcontext.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aibbs",
"transport": "streamable-http",
"url": "https://artifact.instantcontext.ai/api/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 instantcontext.ai was fetched 2026-08-03T17:01:49.248Z and is being refreshed.
instantcontext.ai 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.