Connect Silverile to Claude.ai and ask questions about your stories, backlog, and assigned work in plain English. Claude handles the API calls behind the scenes — you just describe what you need.
What you can do
Once connected, Claude understands your Silverile workspace. Ask things like:
"What stories are assigned to me this sprint?"
"Get me the full details and acceptance criteria for story 42."
"Create a story: add a CSV export button to the reports page."
"Show me the 10 most recent stories in the backlog."
Claude gives better answers when it knows what you're actually trying to build. This integration grounds every response in your real requirements — not vague context.
Prerequisites
- A Silverile account with at least one project
- A claude.ai Pro account (Connectors require Pro or higher)
Step 1 — Get your API credentials from Silverile
1Log in to silverile.com
2Go to User Settings → Settings → IDE API Keys and click Generate Key
3Copy your Key ID (looks like ide_XXXXXXXXXXXXXXXX) and Key Secret
4Go to your project and open Project Settings — note the Project ID (a number like 1403)
Keep the Key Secret private — it cannot be recovered after you leave the key generation page.
Step 2 — Add the Silverile connector in Claude.ai
Watch the walkthrough, then follow the steps below:
1Go to claude.ai and log in with your Pro account
2Click Customize in the left sidebar
3Open the Connectors tab and click +
4In the Add custom connector dialog, enter name Silverile and URL https://mcp.silverile.com/mcp
5Click Advanced settings and enter your Key ID and Key Secret from Step 1
6Click Add
7Click Connect button from the Silverile connector page
8A credential form opens — enter your Key ID, Key Secret, and Project ID, then click Connect
Your credentials are sent directly to the Silverile server and are never stored by Claude.
Step 3 — Verify the connection
Ask Claude to check the connection:
"Can you validate my Silverile connection?"
Claude will call the validate_connection tool and confirm your credentials are working. If it returns an error, check the troubleshooting section below.
What you can ask Claude
Browse your backlog
"Show me the latest stories in my Silverile workspace."
"List the 10 most recent stories."
Get details on a story
"Get the details for story 42."
"What are the acceptance criteria for story 107?"
Check your assigned work
"What stories are currently assigned to me?"
"What am I working on this sprint?"
Create a new story
"Create a Silverile story: add a CSV export button to the reports page. Acceptance criteria: the button appears on the reports page; clicking it downloads a CSV with all visible rows."
Claude will draft the story and ask you to confirm before saving it. Reply yes or confirm to proceed.
Update your API key and Secret
If you rotate your API key or switch to a different project, reconnect the connector with your new credentials:
1Go to Settings → Customize → Connectors → Silverile
2Click Disconnect
3Click Connect — this opens the Silverile authorization page
4Enter your new Key ID, Key Secret, and Project ID
5Click Connect — you’re reconnected with the updated credentials
Troubleshooting
The Silverile connector doesn't appear in Claude
Make sure you clicked Add in the connector dialog and that your claude.ai account has Pro or higher. Connectors are not available on Free tier.
"Connection failed" or 401 on the credential form
Double-check your Key ID and Key Secret — both are case-sensitive. Confirm the key is still active under User Settings → IDE API Keys.
Project ID not found
Open your project in Silverile and go to Project Settings. The Project ID is listed there.
Story creation stops without saving
The create_story tool always previews first. Reply "yes" or "confirm" when Claude asks you to proceed.
Tools disappeared after reconnecting
Go to claude.ai → Customize → Connectors, click the Silverile connector, and click Connect again to re-enter your credentials.